Ensure hide_on_login has the default value set to 0 on MSSQL

Closes #34450

Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
This commit is contained in:
Stefan Guilhen 2024-10-30 09:22:53 -03:00 committed by Pedro Igor
parent b27a5d05b4
commit ac25844731

View file

@ -90,6 +90,9 @@
<column name="ORGANIZATION_ID"/>
</createIndex>
<customChange class="org.keycloak.connections.jpa.updater.liquibase.custom.JpaUpdate26_0_0_IdentityProviderAttributesMigration"/>
<modifySql dbms="mssql">
<replace replace="DEFAULT 0" with="DEFAULT 0 WITH VALUES" />
</modifySql>
</changeSet>
<changeSet author="keycloak" id="26.0.0-32583-drop-redundant-index-on-client-session">