X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/495d025c9955576144df1be2ad4fbaaeb2abd51f..ab67dc53bc95c2e4c74dc492b6b9210514d0c732:/mysql.sql diff --git a/mysql.sql b/mysql.sql index 502884d9..6a763716 100644 --- a/mysql.sql +++ b/mysql.sql @@ -251,6 +251,7 @@ CREATE TABLE `tt_fav_reports` ( `show_client` tinyint(4) NOT NULL default 0, # whether to show client column `show_invoice` tinyint(4) NOT NULL default 0, # whether to show invoice column `show_paid` tinyint(4) NOT NULL default 0, # whether to show paid column + `show_ip` tinyint(4) NOT NULL default 0, # whether to show ip column `show_project` tinyint(4) NOT NULL default 0, # whether to show project column `show_start` tinyint(4) NOT NULL default 0, # whether to show start field `show_duration` tinyint(4) NOT NULL default 0, # whether to show duration field