Change index from position to activate following issue comment [https://github.com/thelia/thelia/pull/332#issuecomment-41174056]
This commit is contained in:
@@ -867,7 +867,7 @@ CREATE TABLE `module`
|
||||
`updated_at` DATETIME,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE INDEX `code_UNIQUE` (`code`),
|
||||
INDEX `idx_module_position` (`position`)
|
||||
INDEX `idx_module_activate` (`activate`)
|
||||
) ENGINE=InnoDB CHARACTER SET='utf8';
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user