X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mysql.sql;h=de5060dad95df2b15ccee3877d4a74ffb41d3212;hb=f270b1e143509303e32f65c3dda3fbecaee56c6b;hp=e92629239d4fe8ec5254e066ac1cab4327b33a71;hpb=eb14c12d3be2cd31e20988b6abf7585f6af0b34d;p=timetracker.git diff --git a/mysql.sql b/mysql.sql index e9262923..de5060da 100644 --- a/mysql.sql +++ b/mysql.sql @@ -229,6 +229,8 @@ 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 + `cc` varchar(100) default NULL, # cc email to send results to + `subject` varchar(100) default NULL, # email subject `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`)