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:
commit
3c48ee39d9
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue