diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-28 10:12:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-28 10:12:07 +0200 |
commit | fb95c049bcd5c639225759d71e7f85d3435ad018 (patch) | |
tree | ef7dda879f4babe8b77d93b0bd6eb0acd93f8f3b /common/changelog/add-table-mysql-patch.xml | |
parent | 8c047fedd1c3386f14a8b84a1490d07831e3a429 (diff) |
Don't ignore empty changesets
This can be useful, for example, in data-only migrations.
Diffstat (limited to 'common/changelog/add-table-mysql-patch.xml')
-rw-r--r-- | common/changelog/add-table-mysql-patch.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/changelog/add-table-mysql-patch.xml b/common/changelog/add-table-mysql-patch.xml index f2a02cf..0db1e9f 100644 --- a/common/changelog/add-table-mysql-patch.xml +++ b/common/changelog/add-table-mysql-patch.xml @@ -1,4 +1,6 @@ <changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="mysql" version="1"> + <changeset version="3"/> + <model version="2"> <table name="object1" options="ENGINE=InnoDB" kind="object"> <column name="id" type="INT" null="false"/> |