// fix about upgrader and position in category_shop
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13319 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -25,3 +25,5 @@ CREATE TABLE `PREFIX_module_preference` (
|
||||
PRIMARY KEY (`id_module_preference`),
|
||||
UNIQUE KEY `employee_module` (`id_employee`, `module`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
ALTER TABLE `PREFIX_category_shop` ADD `position` int(10) unsigned NOT NULL default 0 AFTER `id_shop`;
|
||||
Reference in New Issue
Block a user