// SupplyOrder reference is now unique
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11854 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2,3 +2,7 @@ SET NAMES 'utf8';
|
||||
|
||||
ALTER TABLE PREFIX_theme ADD COLUMN directory varchar(64) NOT NULL;
|
||||
|
||||
/* Supply Order modification as of 1.5.0.3 */
|
||||
ALTER TABLE `PREFIX_supply_order` DROP INDEX `reference`;
|
||||
ALTER TABLE `PREFIX_supply_order` ADD UNIQUE (`reference`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user