X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mysql.sql;h=d9adc6e3b348077b238012073e83820e64def40e;hb=ff71ab051012b2ac0664f08603b8c6455feba5db;hp=bfc198a945c213519f28794f0af75c58e534bbc0;hpb=61d8edb3db70bd197ed6b988727394633b0cecf9;p=timetracker.git diff --git a/mysql.sql b/mysql.sql index bfc198a9..d9adc6e3 100644 --- a/mysql.sql +++ b/mysql.sql @@ -28,7 +28,7 @@ CREATE TABLE `tt_teams` ( `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". - `daily_working_hours` smallint(6) DEFAULT '8', # number of working hours per days, a worker is suppose to work + `workday_hours` smallint(6) DEFAULT '8', # number of work hours in a regular day `custom_logo` tinyint(4) default '0', # whether to use a custom logo or not `status` tinyint(4) default '1', # team status PRIMARY KEY (`id`)