diff options
Diffstat (limited to 'common/changelog/drop-table-mysql-diff.xml')
-rw-r--r-- | common/changelog/drop-table-mysql-diff.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/drop-table-mysql-diff.xml b/common/changelog/drop-table-mysql-diff.xml index 5fd5a97..c94eee3 100644 --- a/common/changelog/drop-table-mysql-diff.xml +++ b/common/changelog/drop-table-mysql-diff.xml @@ -19,7 +19,7 @@ </references> </foreign-key> </table> - <table name="object_nums" options="ENGINE=InnoDB"> + <table name="object_nums" options="ENGINE=InnoDB" kind="container"> <column name="object_id" type="INT" null="false"/> <column name="index" type="BIGINT UNSIGNED" null="false"/> <column name="value" type="INT" null="false"/> |