summaryrefslogtreecommitdiff
path: root/odb-tests/common/changelog/alter-column-sqlite-patch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/common/changelog/alter-column-sqlite-patch.xml')
-rw-r--r--odb-tests/common/changelog/alter-column-sqlite-patch.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/odb-tests/common/changelog/alter-column-sqlite-patch.xml b/odb-tests/common/changelog/alter-column-sqlite-patch.xml
new file mode 100644
index 0000000..de2762e
--- /dev/null
+++ b/odb-tests/common/changelog/alter-column-sqlite-patch.xml
@@ -0,0 +1,13 @@
+<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
+ <changeset version="3"/>
+
+ <model version="2">
+ <table name="object" kind="object">
+ <column name="id" type="INTEGER" null="false"/>
+ <column name="num" type="INTEGER" null="true"/>
+ <primary-key auto="true">
+ <column name="id"/>
+ </primary-key>
+ </table>
+ </model>
+</changelog>