aboutsummaryrefslogtreecommitdiff
path: root/schema/changelog-3.14.xml
diff options
context:
space:
mode:
Diffstat (limited to 'schema/changelog-3.14.xml')
-rw-r--r--schema/changelog-3.14.xml7
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>