Commit 6f5c172f authored by Jérome Perrin's avatar Jérome Perrin

typo in index definition

update with:

ALTER TABLE `versioning` DROP INDEX `expiration_date`;
ALTER TABLE `versioning` ADD INDEX `expiration_date` (`expiration_date`);
parent 6cac0f5f
......@@ -41,7 +41,7 @@
KEY `language` (`language`),\n
KEY `subject_set_uid` (`subject_set_uid`),\n
KEY `effective_date` (`effective_date`),\n
KEY `expiration_date` (`effective_date`),\n
KEY `expiration_date` (`expiration_date`),\n
KEY `frequency_index` (`creation_date_index`, `frequency_index`)\n
) ENGINE=InnoDB;\n
</string> </value>
......
227
\ No newline at end of file
228
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment