git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8253 b9a71923-0436-4b27-9f14-aed3839534dd

This commit is contained in:
lBrieu
2011-08-30 13:42:35 +00:00
parent 814a847878
commit 7d5f1ae314
+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`),