Merge pull request #4699 from hmlnarik/KEYCLOAK-5425-Manual-migration---cannot-apply-generated-sql-script

KEYCLOAK-5425 Have preconditions evaluated in manual mode
This commit is contained in:
Hynek Mlnařík 2017-11-15 14:51:59 +01:00 committed by GitHub
commit 3c48ee39d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
-->
<changeSet author="keycloak" id="3.2.0-fix">
<preConditions onFail="MARK_RAN">
<preConditions onFail="MARK_RAN" onSqlOutput="TEST">
<changeSetExecuted id="3.2.0" author="keycloak" changeLogFile="META-INF/jpa-changelog-3.2.0.xml"/>
<not>
<dbms type="mssql"/>
@ -36,7 +36,7 @@
</changeSet>
<changeSet author="keycloak" id="3.2.0-fix-with-keycloak-5416">
<preConditions onFail="MARK_RAN">
<preConditions onFail="MARK_RAN" onSqlOutput="TEST">
<changeSetExecuted id="3.2.0" author="keycloak" changeLogFile="META-INF/jpa-changelog-3.2.0.xml"/>
<dbms type="mssql"/>
</preConditions>
@ -49,7 +49,7 @@
</changeSet>
<changeSet author="keycloak" id="3.2.0-fixed">
<preConditions onFail="MARK_RAN">
<preConditions onFail="MARK_RAN" onSqlOutput="TEST">
<not>
<changeSetExecuted id="3.2.0" author="keycloak" changeLogFile="META-INF/jpa-changelog-3.2.0.xml"/>
</not>