diff options
Diffstat (limited to 'schema/changelog-3.8.xml')
-rw-r--r-- | schema/changelog-3.8.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/schema/changelog-3.8.xml b/schema/changelog-3.8.xml index c80a8442c..fed12c563 100644 --- a/schema/changelog-3.8.xml +++ b/schema/changelog-3.8.xml @@ -8,6 +8,12 @@ <changeSet author="author" id="changelog-3.8"> + <preConditions onFail="MARK_RAN"> + <not> + <tableExists tableName="tc_servers" /> + </not> + </preConditions> + <createTable tableName="attribute_aliases"> <column name="id" type="INT" autoIncrement="true"> <constraints primaryKey="true" /> @@ -121,4 +127,5 @@ </addColumn> </changeSet> + </databaseChangeLog> |