X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mysql.sql;h=dd1d8c834bca85f04aa934d458bc084ebcd38ffb;hb=e5719c4a72d1011a40d99b7ddfe7a84304bc0a7f;hp=7a24c769a852ffc3100805fbae0d81c1f8b8a497;hpb=dc4cbd37d366352e063f16ba0373eecec0cd3134;p=timetracker.git diff --git a/mysql.sql b/mysql.sql index 7a24c769..dd1d8c83 100644 --- a/mysql.sql +++ b/mysql.sql @@ -25,7 +25,7 @@ CREATE TABLE `tt_teams` ( `week_start` smallint(2) NOT NULL DEFAULT '0', # Week start day, 0 == Sunday. `tracking_mode` smallint(2) NOT NULL DEFAULT '1', # tracking mode ("projects" or "projects and tasks") `record_type` smallint(2) NOT NULL DEFAULT '0', # time record type ("start and finish", "duration", or both) - `uncompleted_indicators` smallint(2) NOT NULL DEFAULT '0', # show indicator for users with uncompleted time entries + `uncompleted_indicators` smallint(2) NOT NULL DEFAULT '0', # whether to show indicators for users with uncompleted time entries `plugins` varchar(255) default NULL, # a list of enabled plugins for team `lock_spec` varchar(255) default NULL, # Cron specification for record locking, # for example: "0 10 * * 1" for "weekly on Mon at 10:00".