[-] Remove employee fields

This commit is contained in:
lBrieu
2011-08-30 13:38:50 +00:00
parent 5eb6d3657e
commit 19eae2cff1

View File

@@ -620,9 +620,6 @@ 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`),