Drop redundant index on client sessions (#32665)

Closes #32583

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-09-06 13:39:32 +02:00 committed by GitHub
parent 211224f613
commit ca951c3002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,4 +92,8 @@
<customChange class="org.keycloak.connections.jpa.updater.liquibase.custom.JpaUpdate26_0_0_IdentityProviderAttributesMigration"/> <customChange class="org.keycloak.connections.jpa.updater.liquibase.custom.JpaUpdate26_0_0_IdentityProviderAttributesMigration"/>
</changeSet> </changeSet>
<changeSet author="keycloak" id="26.0.0-32583-drop-redundant-index-on-client-session">
<dropIndex indexName="IDX_US_SESS_ID_ON_CL_SESS" tableName="OFFLINE_CLIENT_SESSION" />
</changeSet>
</databaseChangeLog> </databaseChangeLog>