// Adding stats compare date to employee table

This commit is contained in:
Jerome Nadaud
2013-10-11 18:34:20 +02:00
parent 0fe3630a05
commit e47f0a7c68
+2
View File
@@ -720,6 +720,8 @@ CREATE TABLE `PREFIX_employee` (
`last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP,
`stats_date_from` date default NULL,
`stats_date_to` date default NULL,
`stats_compare_from` date default NULL,
`stats_compare_to` date default NULL,
`bo_color` varchar(32) default NULL,
`bo_theme` varchar(32) default NULL,
`default_tab` int(10) unsigned NOT NULL DEFAULT 0,