diff options
author | Abyss777 <abyss@fox5.ru> | 2018-08-08 08:33:02 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-08-08 08:33:02 +0500 |
commit | ceab9b2b23b924d8ebb44b592b6e8f285408a5fa (patch) | |
tree | 8120047bfc6e7be1b25e03ba485e991b57455171 | |
parent | 77fba0d739193f5ba4ac351a17729974e909e25c (diff) | |
download | trackermap-server-ceab9b2b23b924d8ebb44b592b6e8f285408a5fa.tar.gz trackermap-server-ceab9b2b23b924d8ebb44b592b6e8f285408a5fa.tar.bz2 trackermap-server-ceab9b2b23b924d8ebb44b592b6e8f285408a5fa.zip |
Rename changeset
-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" /> |