aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/drop-table-sqlite-patch.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-22 13:55:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:46 +0200
commit15c6024da6a15e2d6e3302e4df375092959edbe2 (patch)
tree713362e41b768cce1b9dd6566963a892d0a39d3c /common/changelog/drop-table-sqlite-patch.xml
parent31d4f4c0a03013fc8989213de5259e632fe45898 (diff)
Add changelog test
Diffstat (limited to 'common/changelog/drop-table-sqlite-patch.xml')
-rw-r--r--common/changelog/drop-table-sqlite-patch.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/changelog/drop-table-sqlite-patch.xml b/common/changelog/drop-table-sqlite-patch.xml
new file mode 100644
index 0000000..393a20f
--- /dev/null
+++ b/common/changelog/drop-table-sqlite-patch.xml
@@ -0,0 +1,11 @@
+<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" version="1">
+ <model version="2">
+ <table name="object1">
+ <column name="id" type="INTEGER" null="false"/>
+ <column name="num" type="INTEGER" null="false"/>
+ <primary-key>
+ <column name="id"/>
+ </primary-key>
+ </table>
+ </model>
+</changelog>