diff options
Diffstat (limited to 'schema/changelog-3.11.xml')
-rw-r--r-- | schema/changelog-3.11.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/changelog-3.11.xml b/schema/changelog-3.11.xml index 1fdaa3f17..31893c0df 100644 --- a/schema/changelog-3.11.xml +++ b/schema/changelog-3.11.xml @@ -8,6 +8,12 @@ <changeSet author="author" id="changelog-3.11"> + <preConditions onFail="MARK_RAN"> + <not> + <tableExists tableName="tc_servers" /> + </not> + </preConditions> + <addColumn tableName="users"> <column name="phone" type="VARCHAR(128)" /> </addColumn> |