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/add-foreign-key-pgsql-patch.xml | |
parent | 8803508751837d96fd0beff60c952fb2044d073f (diff) |
Diagnose change of polymorphic base, table kind
Diffstat (limited to 'common/changelog/add-foreign-key-pgsql-patch.xml')
-rw-r--r-- | common/changelog/add-foreign-key-pgsql-patch.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/changelog/add-foreign-key-pgsql-patch.xml b/common/changelog/add-foreign-key-pgsql-patch.xml index e70d737..04617fd 100644 --- a/common/changelog/add-foreign-key-pgsql-patch.xml +++ b/common/changelog/add-foreign-key-pgsql-patch.xml @@ -1,6 +1,6 @@ <changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" version="1"> <model version="2"> - <table name="object"> + <table name="object" kind="object"> <column name="id" type="INTEGER" null="false"/> <column name="o1" type="INTEGER" null="true"/> <primary-key auto="true"> @@ -13,7 +13,7 @@ </references> </foreign-key> </table> - <table name="object1"> + <table name="object1" kind="object"> <column name="id" type="INTEGER" null="false"/> <primary-key> <column name="id"/> |