diff options
Diffstat (limited to 'common/changelog/model-mysql.xml')
-rw-r--r-- | common/changelog/model-mysql.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/model-mysql.xml b/common/changelog/model-mysql.xml index 9398955..b4b2e14 100644 --- a/common/changelog/model-mysql.xml +++ b/common/changelog/model-mysql.xml @@ -26,7 +26,7 @@ <column name="v_y"/> </index> </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"/> |