KEYCLOAK-8702:Fix Offline Sessions requires column
Prevent RemoveDuplicateOfflineSessions from running when migration to 3.2.0 has been run. This prevents running when the database has already dropped CLIENT_SESSION_ID from OFFLINE_CLIENT_SESSION table. This change unblocks migrating from 3.2.0 to 4.4.0 and later.
This commit is contained in:
parent
0b36020bf5
commit
3bdbbf41af
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
|||
<not>
|
||||
<changeSetExecuted id="3.2.0-fixed" author="keycloak" changeLogFile="META-INF/jpa-changelog-3.2.0.xml"/>
|
||||
</not>
|
||||
<not>
|
||||
<changeSetExecuted id="3.2.0" author="keycloak" changeLogFile="META-INF/jpa-changelog-3.2.0.xml"/>
|
||||
</not>
|
||||
</preConditions>
|
||||
|
||||
<customChange class="org.keycloak.connections.jpa.updater.liquibase.custom.RemoveDuplicateOfflineSessions" />
|
||||
|
|
Loading…
Reference in a new issue