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:
Kevin Köllmann 2024-10-10 17:37:40 +02:00 committed by GitHub
parent f4f3a7de4a
commit 23a6822715
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>