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-index-pgsql-diff.xml | |
parent | 8803508751837d96fd0beff60c952fb2044d073f (diff) |
Diagnose change of polymorphic base, table kind
Diffstat (limited to 'common/changelog/drop-index-pgsql-diff.xml')
-rw-r--r-- | common/changelog/drop-index-pgsql-diff.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/drop-index-pgsql-diff.xml b/common/changelog/drop-index-pgsql-diff.xml index 6e1661f..375a3d8 100644 --- a/common/changelog/drop-index-pgsql-diff.xml +++ b/common/changelog/drop-index-pgsql-diff.xml @@ -6,7 +6,7 @@ </changeset> <model version="1"> - <table name="object"> + <table name="object" kind="object"> <column name="id" type="INTEGER" null="false"/> <column name="num" type="INTEGER" null="false"/> <primary-key auto="true"> |