KEYCLOAK-2753 Refactor authz changelog into separate authz-master.xml

This commit is contained in:
Stian Thorgersen 2016-06-17 13:38:02 +02:00
parent 9030edc04d
commit 1a9fada964
3 changed files with 4 additions and 4 deletions

View file

@ -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"/>

View file

@ -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>

View file

@ -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>