X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=mysql.sql;h=a9a88f64f9f15ed01d67c232d68856044c25fdfc;hb=6deafabef6031f12fe9fec94d9262ba460f7875b;hp=d8294b2c4bea24068c0b7abb8cfdb39cbca7c513;hpb=faf7e94d5a3e5b7adb8f705f315aaca041276900;p=timetracker.git diff --git a/mysql.sql b/mysql.sql index d8294b2c..a9a88f64 100644 --- a/mysql.sql +++ b/mysql.sql @@ -23,7 +23,9 @@ CREATE TABLE `tt_teams` ( `date_format` varchar(20) NOT NULL default '%Y-%m-%d', # date format `time_format` varchar(20) NOT NULL default '%H:%M', # time format `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") + `tracking_mode` smallint(2) NOT NULL DEFAULT '1', # tracking mode ("time", "projects" or "projects and tasks") + `project_required` smallint(2) NOT NULL DEFAULT '0', # whether a project selection is required or optional + `task_required` smallint(2) NOT NULL DEFAULT '0', # whether a task selection is required or optional `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', # whether to show indicators for users with uncompleted time entries `plugins` varchar(255) default NULL, # a list of enabled plugins for team