Load modules by position

This commit is contained in:
Jérôme Billiras
2014-04-23 16:33:01 +02:00
parent 292a2c7a50
commit 5197afb87d
4 changed files with 18 additions and 1 deletions

View File

@@ -728,6 +728,9 @@
<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>
<unique name="code_UNIQUE">
<unique-column name="code" />
</unique>