aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/alter-column-sqlite-patch.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-15 13:43:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:04:03 +0200
commitea176df42469417c37ad050616db23a01277b4e0 (patch)
treeaa670c40d0e74563d25ead0e672c01811e5ac6be /common/changelog/alter-column-sqlite-patch.xml
parent8803508751837d96fd0beff60c952fb2044d073f (diff)
Diagnose change of polymorphic base, table kind
Diffstat (limited to 'common/changelog/alter-column-sqlite-patch.xml')
-rw-r--r--common/changelog/alter-column-sqlite-patch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/alter-column-sqlite-patch.xml b/common/changelog/alter-column-sqlite-patch.xml
index ac6ccf1..294e591 100644
--- a/common/changelog/alter-column-sqlite-patch.xml
+++ b/common/changelog/alter-column-sqlite-patch.xml
@@ -1,6 +1,6 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
<model version="2">
- <table name="object">
+ <table name="object" kind="object">
<column name="id" type="INTEGER" null="false"/>
<column name="num" type="INTEGER" null="true"/>
<primary-key auto="true">