[+] 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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user