aboutsummaryrefslogtreecommitdiff
path: root/schema/changelog-3.17.xml
diff options
context:
space:
mode:
Diffstat (limited to 'schema/changelog-3.17.xml')
-rw-r--r--schema/changelog-3.17.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/schema/changelog-3.17.xml b/schema/changelog-3.17.xml
index 09d07fcf1..dd4e18b2a 100644
--- a/schema/changelog-3.17.xml
+++ b/schema/changelog-3.17.xml
@@ -10,6 +10,9 @@
<preConditions onFail="MARK_RAN">
<not>
+ <tableExists tableName="tc_servers" />
+ </not>
+ <not>
<columnExists tableName="users" columnName="administrator" />
</not>
</preConditions>
@@ -20,6 +23,12 @@
<changeSet author="author" id="changelog-3.17">
+ <preConditions onFail="MARK_RAN">
+ <not>
+ <tableExists tableName="tc_servers" />
+ </not>
+ </preConditions>
+
<addColumn tableName="events">
<column name="maintenanceid" type="INT" />
</addColumn>
@@ -82,4 +91,5 @@
<addForeignKeyConstraint baseTableName="device_maintenance" baseColumnNames="maintenanceid" constraintName="fk_device_maintenance_maintenanceid" referencedTableName="maintenances" referencedColumnNames="id" onDelete="CASCADE" />
</changeSet>
+
</databaseChangeLog>