Merge pull request #3222 from mposolda/master
KEYCLOAK-3547 Incorrect jpa-changelog-2.2.0.xml
This commit is contained in:
commit
efaa88b4e3
1 changed files with 2 additions and 3 deletions
|
@ -18,13 +18,12 @@
|
|||
|
||||
<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="thomas.darimont@gmail.com" id="2.2.0">
|
||||
<changeSet author="bburke@redhat.com" id="2.2.0">
|
||||
|
||||
<addColumn tableName="ADMIN_EVENT_ENTITY">
|
||||
<column name="RESOURCE_TYPE" type="VARCHAR(64)"></column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet author="bburke@redhat.com" id="2.2.0">
|
||||
<createTable tableName="CREDENTIAL_ATTRIBUTE">
|
||||
<column name="ID" type="VARCHAR(36)">
|
||||
<constraints nullable="false"/>
|
||||
|
|
Loading…
Reference in a new issue