Add the table order_version to Thelia
This commit is contained in:
@@ -622,6 +622,10 @@
|
||||
<index-column name="lang_id" />
|
||||
</index>
|
||||
<behavior name="timestampable" />
|
||||
<behavior name="versionable">
|
||||
<parameter name="log_created_at" value="true" />
|
||||
<parameter name="log_created_by" value="true" />
|
||||
</behavior>
|
||||
</table>
|
||||
<table name="currency" namespace="Thelia\Model">
|
||||
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
|
||||
|
||||
Reference in New Issue
Block a user