summaryrefslogtreecommitdiff
path: root/common/changelog/drop-table-mysql-diff.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-15 12:46:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:04:03 +0200
commit8803508751837d96fd0beff60c952fb2044d073f (patch)
tree7b14fdc13d2d9ef67c7731f6bce68e18f6956cca /common/changelog/drop-table-mysql-diff.xml
parent86a83893351adef44574514c303aa880cf3b6d54 (diff)
Cleanup polymorphic base tables when dropping derived one
Diffstat (limited to 'common/changelog/drop-table-mysql-diff.xml')
-rw-r--r--common/changelog/drop-table-mysql-diff.xml2
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"/>