Merge pull request #1862 from stianst/KEYCLOAK-1964
KEYCLOAK-1964 Database field for passwordPolicy is too small
This commit is contained in:
commit
985661c1b9
1 changed files with 2 additions and 0 deletions
|
@ -73,5 +73,7 @@
|
|||
<column name="REGISTRATION_TOKEN" type="VARCHAR(255)"/>
|
||||
</addColumn>
|
||||
|
||||
<modifyDataType tableName="REALM" columnName="PASSWORD_POLICY" newDataType="VARCHAR(2550)"/>
|
||||
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
Loading…
Reference in a new issue