diff options
Diffstat (limited to 'common/changelog/add-table-sqlite-patch.xml')
-rw-r--r-- | common/changelog/add-table-sqlite-patch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/add-table-sqlite-patch.xml b/common/changelog/add-table-sqlite-patch.xml index 868fbab..9eb4a3b 100644 --- a/common/changelog/add-table-sqlite-patch.xml +++ b/common/changelog/add-table-sqlite-patch.xml @@ -21,7 +21,7 @@ </references> </foreign-key> </table> - <table name="object_nums"> + <table name="object_nums" kind="container"> <column name="object_id" type="INTEGER" null="false"/> <column name="index" type="INTEGER" null="false"/> <column name="value" type="INTEGER" null="false"/> |