Rename jpa-changelog-22.0.0.xml

closes #19527
This commit is contained in:
mposolda 2023-04-04 15:29:26 +02:00 committed by Marek Posolda
parent 1c9992fdae
commit 554818f422
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
-->
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
<changeSet author="keycloak" id="22.0.0-19404">
<changeSet author="keycloak" id="21.1.0-19404">
<modifyDataType tableName="RESOURCE_SERVER_POLICY" columnName="DECISION_STRATEGY" newDataType="TINYINT" />
<modifyDataType tableName="RESOURCE_SERVER_POLICY" columnName="LOGIC" newDataType="TINYINT" />
<modifyDataType tableName="RESOURCE_SERVER" columnName="POLICY_ENFORCE_MODE" newDataType="TINYINT" />

View File

@ -76,6 +76,6 @@
<include file="META-INF/jpa-changelog-19.0.0.xml"/>
<include file="META-INF/jpa-changelog-20.0.0.xml"/>
<include file="META-INF/jpa-changelog-21.0.2.xml"/>
<include file="META-INF/jpa-changelog-22.0.0.xml"/>
<include file="META-INF/jpa-changelog-21.1.0.xml"/>
</databaseChangeLog>