aboutsummaryrefslogtreecommitdiff
path: root/schema/changelog-4.0-clean.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-10-21 14:49:49 +0400
committerAnton Tananaev <anton.tananaev@gmail.com>2018-10-21 14:49:49 +0400
commit6f03d2da1bfb610eb7b572cfdf008893e159da7e (patch)
tree30a10668c77e207ebcdbaa918026157b593205cd /schema/changelog-4.0-clean.xml
parent302a4e51807f81beeecf0221ae3ec3ad43032a6b (diff)
downloadtraccar-server-6f03d2da1bfb610eb7b572cfdf008893e159da7e.tar.gz
traccar-server-6f03d2da1bfb610eb7b572cfdf008893e159da7e.tar.bz2
traccar-server-6f03d2da1bfb610eb7b572cfdf008893e159da7e.zip
Fix issue with MSSQL migration
Diffstat (limited to 'schema/changelog-4.0-clean.xml')
-rw-r--r--schema/changelog-4.0-clean.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/changelog-4.0-clean.xml b/schema/changelog-4.0-clean.xml
index 27a845dc8..cdf731c34 100644
--- a/schema/changelog-4.0-clean.xml
+++ b/schema/changelog-4.0-clean.xml
@@ -652,6 +652,9 @@
<changeSet author="author" id="changelog-4.0-clean-mssql">
<preConditions onFail="MARK_RAN">
+ <not>
+ <changeSetExecuted changeLogFile="changelog-3.3" id="changelog-3.3" author="author" />
+ </not>
<dbms type="mssql" />
</preConditions>