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:
parent
b27a5d05b4
commit
ac25844731
1 changed files with 3 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue