Add the table order_version to Thelia

This commit is contained in:
Guillaume Barral
2014-06-18 14:22:15 +02:00
parent 8aac09ad90
commit 6e9412f3ac
11 changed files with 5592 additions and 16 deletions

View File

@@ -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" />