X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1fe50194ffb6ae79e9b7af8e05a785c1f0f3ad7a..7ae701986bfb6d16f661becd5157d5a062db625f:/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