diff options
Diffstat (limited to 'common/changelog/drop-table-sqlite-patch.xml')
-rw-r--r-- | common/changelog/drop-table-sqlite-patch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/drop-table-sqlite-patch.xml b/common/changelog/drop-table-sqlite-patch.xml index 393a20f..b4bcaca 100644 --- a/common/changelog/drop-table-sqlite-patch.xml +++ b/common/changelog/drop-table-sqlite-patch.xml @@ -1,4 +1,4 @@ -<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" version="1"> +<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1"> <model version="2"> <table name="object1"> <column name="id" type="INTEGER" null="false"/> |