diff options
Diffstat (limited to 'common/changelog/drop-table-sqlite-diff.xml')
-rw-r--r-- | common/changelog/drop-table-sqlite-diff.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/drop-table-sqlite-diff.xml b/common/changelog/drop-table-sqlite-diff.xml index a91d643..85bf64a 100644 --- a/common/changelog/drop-table-sqlite-diff.xml +++ b/common/changelog/drop-table-sqlite-diff.xml @@ -19,7 +19,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"/> |