diff options
-rw-r--r-- | schema/changelog-4.0.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/schema/changelog-4.0.xml b/schema/changelog-4.0.xml index ed697bfca..d1944c4f5 100644 --- a/schema/changelog-4.0.xml +++ b/schema/changelog-4.0.xml @@ -160,13 +160,7 @@ </changeSet> - <changeSet author="author" id="changelog-4.0-post"> - - <preConditions onFail="MARK_RAN"> - <columnExists tableName="tc_notifications" columnName="web" /> - <columnExists tableName="tc_notifications" columnName="mail" /> - <columnExists tableName="tc_notifications" columnName="sms" /> - </preConditions> + <changeSet author="author" id="changelog-4.0"> <dropDefaultValue tableName="tc_notifications" columnName="web" /> <dropColumn tableName="tc_notifications" columnName="web" /> |