KEYCLOAK-4072

This commit is contained in:
Bill Burke 2016-12-16 08:38:08 -05:00 committed by Stian Thorgersen
parent f6323d94ec
commit 8b5aafc4b4

View file

@ -22,6 +22,8 @@
<customChange class="org.keycloak.connections.jpa.updater.liquibase.custom.MigrateUserFedToComponent"/>
<addUniqueConstraint columnNames="NAME,PARENT_GROUP,REALM_ID" constraintName="SIBLING_NAMES" tableName="KEYCLOAK_GROUP"/>
<modifyDataType tableName="OFFLINE_USER_SESSION" columnName="USER_ID" newDataType="VARCHAR(255)"/>
</changeSet>
<changeSet author="hmlnarik@redhat.com" id="2.5.0-unicode-oracle">