[+] Add employee fields for notifications in BO

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8250 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lBrieu
2011-08-30 13:38:36 +00:00
parent 375e0a4f6d
commit 4817e97cd8
+5
View File
@@ -60,3 +60,8 @@ ALTER TABLE `PREFIX_tax_rule`
DROP TABLE `PREFIX_county_zip_code`;
DROP TABLE `PREFIX_county`;
ALTER TABLE `PREFIX_employee`
ADD `id_last_order` tinyint(1) unsigned NOT NULL default '0',
ADD `id_last_message` tinyint(1) unsigned NOT NULL default '0',
ADD `id_last_customer` tinyint(1) unsigned NOT NULL default '0';