aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/drop-foreign-key-mysql-patch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/changelog/drop-foreign-key-mysql-patch.xml')
-rw-r--r--common/changelog/drop-foreign-key-mysql-patch.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/changelog/drop-foreign-key-mysql-patch.xml b/common/changelog/drop-foreign-key-mysql-patch.xml
index d690c42..d55adeb 100644
--- a/common/changelog/drop-foreign-key-mysql-patch.xml
+++ b/common/changelog/drop-foreign-key-mysql-patch.xml
@@ -1,12 +1,12 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="mysql" version="1">
<model version="2">
- <table name="object" options="ENGINE=InnoDB">
+ <table name="object" options="ENGINE=InnoDB" kind="object">
<column name="id" type="INT" null="false"/>
<primary-key auto="true">
<column name="id"/>
</primary-key>
</table>
- <table name="object1" options="ENGINE=InnoDB">
+ <table name="object1" options="ENGINE=InnoDB" kind="object">
<column name="id" type="INT" null="false"/>
<primary-key>
<column name="id"/>