diff options
Diffstat (limited to 'schema/changelog-3.5.xml')
-rw-r--r-- | schema/changelog-3.5.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/schema/changelog-3.5.xml b/schema/changelog-3.5.xml index 934f389b2..7adfc9f2f 100644 --- a/schema/changelog-3.5.xml +++ b/schema/changelog-3.5.xml @@ -10,7 +10,7 @@ <preConditions onFail="MARK_RAN"> <not> - <tableExists tableName="groups" /> + <tableExists tableName="tc_servers" /> </not> </preConditions> @@ -65,4 +65,5 @@ </addColumn> </changeSet> + </databaseChangeLog> |