X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0040233ec546afbe413861e356e26351468c4992..4af7dd7e10968588fe4c2828be5402f41d53ebc5:/mysql.sql diff --git a/mysql.sql b/mysql.sql index a9a88f64..bf0fb204 100644 --- a/mysql.sql +++ b/mysql.sql @@ -227,6 +227,7 @@ CREATE TABLE `tt_cron` ( `next` int(11) default NULL, # UNIX timestamp of when to run next job `report_id` int(11) default NULL, # report id from tt_fav_reports, a report to mail on schedule `email` varchar(100) default NULL, # email to send results to + `report_condition` varchar(255) default NULL, # report condition, "count > 0" for sending not empty reports `status` tinyint(4) default '1', # entry status PRIMARY KEY (`id`) );