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

@@ -387,6 +387,7 @@
<column name="locale" size="45" type="VARCHAR" /> <column name="locale" size="45" type="VARCHAR" />
<column name="url" size="255" 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" /> <behavior name="timestampable" />
</table> </table>
<table name="folder" namespace="Thelia\Model"> <table name="folder" namespace="Thelia\Model">