KEYCLOAK-2753 Refactor authz changelog into separate authz-master.xml
This commit is contained in:
parent
9030edc04d
commit
1a9fada964
3 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,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.2.xsd">
|
||||
<!-- Authorization -->
|
||||
<changeSet author="psilva@redhat.com" id="2.0.0">
|
||||
<changeSet author="psilva@redhat.com" id="authz-2.0.0">
|
||||
<createTable tableName="RESOURCE_SERVER">
|
||||
<column name="ID" type="VARCHAR(36)">
|
||||
<constraints nullable="false"/>
|
||||
|
|
|
@ -18,5 +18,5 @@
|
|||
-->
|
||||
|
||||
<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.2.xsd">
|
||||
<include file="META-INF/jpa-authz-changelog-2.0.0.xml"/>
|
||||
<include file="META-INF/jpa-changelog-authz-2.0.0.xml"/>
|
||||
</databaseChangeLog>
|
||||
|
|
|
@ -32,5 +32,6 @@
|
|||
<include file="META-INF/jpa-changelog-1.9.0.xml"/>
|
||||
<include file="META-INF/jpa-changelog-1.9.1.xml"/>
|
||||
<include file="META-INF/jpa-changelog-1.9.2.xml"/>
|
||||
<include file="META-INF/jpa-changelog-2.0.0.xml"/>
|
||||
|
||||
<include file="META-INF/jpa-changelog-authz-master.xml"/>
|
||||
</databaseChangeLog>
|
||||
|
|
Loading…
Reference in a new issue