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