diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-26 11:43:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-26 11:43:10 +0200 |
commit | 794581217b71bf1705732360625a25369df15cdd (patch) | |
tree | 79efff17755e5b21dfa038c272d66ef0357cbe3b /common/changelog/drop-table-sqlite-patch.xml | |
parent | 8653e24fba1721fe4a87397b31f911d7fe33f32c (diff) |
Add database name to changelog
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"/> |