Don't fail on drop index IDX_US_SESS_ID_ON_CL_SESS
Closes #33780 Signed-off-by: Kevin Köllmann <kevin@kllmnn.de> Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net> Co-authored-by: Alexander Schwartz <alexander.schwartz@gmx.net>
This commit is contained in:
parent
f4f3a7de4a
commit
23a6822715
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@
|
|||
</changeSet>
|
||||
|
||||
<changeSet author="keycloak" id="26.0.0-32583-drop-redundant-index-on-client-session">
|
||||
<preConditions onSqlOutput="TEST" onFail="MARK_RAN">
|
||||
<indexExists indexName="IDX_US_SESS_ID_ON_CL_SESS" tableName="OFFLINE_CLIENT_SESSION" />
|
||||
</preConditions>
|
||||
<dropIndex indexName="IDX_US_SESS_ID_ON_CL_SESS" tableName="OFFLINE_CLIENT_SESSION" />
|
||||
</changeSet>
|
||||
|
||||
|
|
Loading…
Reference in a new issue