Skip to content

Commit

Permalink
Merge pull request #31 from atlanhq/ATH-1145-update-migration
Browse files Browse the repository at this point in the history
[UPDATE] changelog name
  • Loading branch information
JhaSwechha authored Jan 14, 2025
2 parents 3172c57 + 641c7b4 commit a20878e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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="KEYCLOAK-17269-add-index-to-user-attributes">
<changeSet author="keycloak" id="20.0.2-12964-add-index-to-user-attributes">
<!-- Precondition to ensure the index doesn't already exist -->
<preConditions onFail="MARK_RAN">
<not>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
<include file="META-INF/jpa-changelog-18.0.0.xml"/>
<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-user-attr-22.0.0.xml"/>
<include file="META-INF/jpa-changelog-20.0.2.xml"/>

</databaseChangeLog>

0 comments on commit a20878e

Please sign in to comment.