diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-15 12:46:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 12:04:03 +0200 |
commit | 8803508751837d96fd0beff60c952fb2044d073f (patch) | |
tree | 7b14fdc13d2d9ef67c7731f6bce68e18f6956cca /common/changelog/add-table-mssql-patch.xml | |
parent | 86a83893351adef44574514c303aa880cf3b6d54 (diff) |
Cleanup polymorphic base tables when dropping derived one
Diffstat (limited to 'common/changelog/add-table-mssql-patch.xml')
-rw-r--r-- | common/changelog/add-table-mssql-patch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/add-table-mssql-patch.xml b/common/changelog/add-table-mssql-patch.xml index 55ac287..1b62efc 100644 --- a/common/changelog/add-table-mssql-patch.xml +++ b/common/changelog/add-table-mssql-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="INT" null="false"/> <column name="index" type="BIGINT" null="false"/> <column name="value" type="INT" null="false"/> |