[+] Add some fields in the employee tab to handle notifications in BO

This commit is contained in:
lBrieu
2011-08-30 12:03:10 +00:00
parent 08cb52bf80
commit 4c403e6191
+3
View File
@@ -620,6 +620,9 @@ CREATE TABLE `PREFIX_employee` (
`bo_uimode` ENUM('hover','click') default 'click',
`active` tinyint(1) unsigned NOT NULL default '0',
`show_screencast` tinyint(1) unsigned NOT NULL default '1',
`id_last_order` tinyint(1) unsigned NOT NULL default '0',
`id_last_message` tinyint(1) unsigned NOT NULL default '0',
`id_last_customer` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`id_employee`),
KEY `employee_login` (`email`,`passwd`),
KEY `id_employee_passwd` (`id_employee`,`passwd`),