diff options
-rw-r--r-- | schema/changelog-4.0-clean.xml | 3 |
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> |