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