Added position field in lang table
This commit is contained in:
@@ -386,7 +386,8 @@
|
|||||||
<column name="code" size="10" type="VARCHAR" />
|
<column name="code" size="10" type="VARCHAR" />
|
||||||
<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">
|
||||||
|
|||||||
Reference in New Issue
Block a user