aboutsummaryrefslogtreecommitdiff
path: root/schema/changelog-3.15.xml
diff options
context:
space:
mode:
Diffstat (limited to 'schema/changelog-3.15.xml')
-rw-r--r--schema/changelog-3.15.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/schema/changelog-3.15.xml b/schema/changelog-3.15.xml
index 202ae21eb..64afd5c31 100644
--- a/schema/changelog-3.15.xml
+++ b/schema/changelog-3.15.xml
@@ -8,6 +8,12 @@
<changeSet author="author" id="changelog-3.15">
+ <preConditions onFail="MARK_RAN">
+ <not>
+ <tableExists tableName="tc_servers" />
+ </not>
+ </preConditions>
+
<dropForeignKeyConstraint baseTableName="attribute_aliases" constraintName="fk_attribute_aliases_deviceid" />
<dropUniqueConstraint tableName="attribute_aliases" constraintName="uk_deviceid_attribute" />
@@ -141,4 +147,5 @@
</addColumn>
</changeSet>
+
</databaseChangeLog>