Added position field in lang table

This commit is contained in:
franck
2013-08-07 11:06:48 +02:00
parent 81f142946d
commit 17b1c333c5

View File

@@ -386,7 +386,8 @@
<column name="code" size="10" type="VARCHAR" />
<column name="locale" size="45" type="VARCHAR" />
<column name="url" size="255" type="VARCHAR" />
<column name="by_default" type="TINYINT" />
<column name="by_default" type="TINYINT" />
<column name="position" type="INTEGER" />
<behavior name="timestampable" />
</table>
<table name="folder" namespace="Thelia\Model">