// SupplyOrder reference is now unique

This commit is contained in:
bMancone
2011-12-28 14:58:55 +00:00
parent a0b4675bec
commit 57415ee135
3 changed files with 34 additions and 0 deletions
+4
View File
@@ -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`);