diff options
Diffstat (limited to 'common/changelog/drop-table-mysql-patch.xml')
-rw-r--r-- | common/changelog/drop-table-mysql-patch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/drop-table-mysql-patch.xml b/common/changelog/drop-table-mysql-patch.xml index a6778df..ff23cb7 100644 --- a/common/changelog/drop-table-mysql-patch.xml +++ b/common/changelog/drop-table-mysql-patch.xml @@ -1,6 +1,6 @@ <changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="mysql" version="1"> <model version="2"> - <table name="object1" options="ENGINE=InnoDB"> + <table name="object1" options="ENGINE=InnoDB" kind="object"> <column name="id" type="INT" null="false"/> <column name="num" type="INT" null="false"/> <primary-key> |