diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-10-10 11:30:48 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-10-10 11:30:48 +1300 |
commit | 6cfb503b400cbee3689cfb256a9779a024fe7f1d (patch) | |
tree | 4d1e179cdfd200e4f26290aaa02352a3ff17b814 /schema/changelog-3.14.xml | |
parent | 1264c4cec35c7e26aaaa32362bbf5ab3d97635aa (diff) | |
download | trackermap-server-6cfb503b400cbee3689cfb256a9779a024fe7f1d.tar.gz trackermap-server-6cfb503b400cbee3689cfb256a9779a024fe7f1d.tar.bz2 trackermap-server-6cfb503b400cbee3689cfb256a9779a024fe7f1d.zip |
Add clean 4.0 changelog (fix #4035)
Diffstat (limited to 'schema/changelog-3.14.xml')
-rw-r--r-- | schema/changelog-3.14.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/schema/changelog-3.14.xml b/schema/changelog-3.14.xml index f6cda4c1f..063adeed7 100644 --- a/schema/changelog-3.14.xml +++ b/schema/changelog-3.14.xml @@ -8,6 +8,12 @@ <changeSet author="author" id="changelog-3.14"> + <preConditions onFail="MARK_RAN"> + <not> + <tableExists tableName="tc_servers" /> + </not> + </preConditions> + <createTable tableName="drivers"> <column name="id" type="INT" autoIncrement="true"> <constraints primaryKey="true" /> @@ -64,4 +70,5 @@ <renameTable oldTableName="server" newTableName="servers" /> </changeSet> + </databaseChangeLog> |