Fix issue with MSSQL migration

This commit is contained in:
Anton Tananaev
2018-10-21 14:49:49 +04:00
parent 302a4e5180
commit 6f03d2da1b

View File

@@ -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>