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

@@ -728,8 +728,8 @@
<column name="chapo" type="LONGVARCHAR" />
<column name="postscriptum" type="LONGVARCHAR" />
<column name="full_namespace" size="255" type="VARCHAR" />
<index name="idx_module_position">
<index-column name="position" />
<index name="idx_module_activate">
<index-column name="activate" />
</index>
<unique name="code_UNIQUE">
<unique-column name="code" />