Change index from position to activate following issue comment [https://github.com/thelia/thelia/pull/332#issuecomment-41174056]

This commit is contained in:
Jérôme Billiras
2014-04-24 10:28:59 +02:00
parent 87ae693c01
commit be923d8f56
3 changed files with 4 additions and 4 deletions

View File

@@ -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';
-- ---------------------------------------------------------------------