Add timestampable behavior in import_export_type

modifié:         core/lib/Thelia/Model/Base/ImportExportType.php
	modifié:         core/lib/Thelia/Model/Base/ImportExportTypeQuery.php
	modifié:         core/lib/Thelia/Model/Map/ImportExportTypeTableMap.php
	modifié:         local/config/schema.xml
	modifié:         setup/thelia.sql
This commit is contained in:
Benjamin Perche
2014-07-09 16:01:16 +02:00
parent d1f5087d00
commit 5a6ede991b
5 changed files with 363 additions and 16 deletions

View File

@@ -1536,5 +1536,6 @@
<behavior name="i18n">
<parameter name="i18n_columns" value="title, description" />
</behavior>
<behavior name="timestampable" />
</table>
</database>