X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mysql.sql;h=be0d7edf7c690dc8d54ab44b4beceb54f1ed5482;hb=fb5b1697fdd701ada644b7e25f22a93a0893107c;hp=bc79445e9bc97a4d0c60587159464160cc9b644b;hpb=1078c4da84d79f93ef7f8bbffc5f0c8cb2a1a274;p=timetracker.git diff --git a/mysql.sql b/mysql.sql index bc79445e..be0d7edf 100644 --- a/mysql.sql +++ b/mysql.sql @@ -35,6 +35,7 @@ CREATE TABLE `tt_groups` ( `plugins` varchar(255) default NULL, # a list of enabled plugins for group `lock_spec` varchar(255) default NULL, # Cron specification for record locking, # for example: "0 10 * * 1" for "weekly on Mon at 10:00". + `holidays` text default NULL, # holidays specification `workday_minutes` smallint(4) default 480, # number of work minutes in a regular working day `custom_logo` tinyint(4) default 0, # whether to use a custom logo or not `config` text default NULL, # miscellaneous group configuration settings @@ -609,4 +610,4 @@ CREATE TABLE `tt_site_config` ( PRIMARY KEY (`param_name`) ); -INSERT INTO `tt_site_config` (`param_name`, `param_value`, `created`) VALUES ('version_db', '1.19.3', now()); # TODO: change when structure changes. +INSERT INTO `tt_site_config` (`param_name`, `param_value`, `created`) VALUES ('version_db', '1.19.4', now()); # TODO: change when structure changes.