summaryrefslogtreecommitdiff
path: root/common/changelog/add-foreign-key-mysql-diff.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-26 15:54:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-26 15:54:19 +0200
commit08998bc4e38c07222f0d995824d576a4b424ed6b (patch)
tree594af2f47e79c97360c6d5f144c906c94a3604a8 /common/changelog/add-foreign-key-mysql-diff.xml
parent08c135da0bc2f63f8381c690affae0d6b5804cff (diff)
Add support for table options in changelog, use to handle MySQL engine
Diffstat (limited to 'common/changelog/add-foreign-key-mysql-diff.xml')
-rw-r--r--common/changelog/add-foreign-key-mysql-diff.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/changelog/add-foreign-key-mysql-diff.xml b/common/changelog/add-foreign-key-mysql-diff.xml
index 6657898..44aa42e 100644
--- a/common/changelog/add-foreign-key-mysql-diff.xml
+++ b/common/changelog/add-foreign-key-mysql-diff.xml
@@ -12,13 +12,13 @@
</changeset>
<model version="1">
- <table name="object">
+ <table name="object" options="ENGINE=InnoDB">
<column name="id" type="INT" null="false"/>
<primary-key auto="true">
<column name="id"/>
</primary-key>
</table>
- <table name="object1">
+ <table name="object1" options="ENGINE=InnoDB">
<column name="id" type="INT" null="false"/>
<primary-key>
<column name="id"/>