diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-15 13:43:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 12:04:03 +0200 |
commit | ea176df42469417c37ad050616db23a01277b4e0 (patch) | |
tree | aa670c40d0e74563d25ead0e672c01811e5ac6be /common/changelog/drop-table-mssql-diff.xml | |
parent | 8803508751837d96fd0beff60c952fb2044d073f (diff) |
Diagnose change of polymorphic base, table kind
Diffstat (limited to 'common/changelog/drop-table-mssql-diff.xml')
-rw-r--r-- | common/changelog/drop-table-mssql-diff.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/changelog/drop-table-mssql-diff.xml b/common/changelog/drop-table-mssql-diff.xml index 535c3a2..399d8bc 100644 --- a/common/changelog/drop-table-mssql-diff.xml +++ b/common/changelog/drop-table-mssql-diff.xml @@ -5,7 +5,7 @@ </changeset> <model version="1"> - <table name="object"> + <table name="object" kind="object"> <column name="id" type="INT" null="false"/> <column name="num" type="INT" null="false"/> <column name="o1" type="INT" null="true"/> @@ -36,7 +36,7 @@ <column name="index"/> </index> </table> - <table name="object1"> + <table name="object1" kind="object"> <column name="id" type="INT" null="false"/> <column name="num" type="INT" null="false"/> <primary-key> |