Skip to content

Commit

Permalink
Merge pull request #1198 from /issues/1197-liquibase-tag
Browse files Browse the repository at this point in the history
Fix #1197: Add liquibase tag 1.6.0
  • Loading branch information
banterCZ authored Dec 12, 2023
2 parents 75c7fed + 1460765 commit cfe8e75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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-4.9.xsd">

<changeSet id="1" logicalFilePath="powerauth-java-server/1.6.x/20231212-add-tag-1.6.0.xml" author="Lubos Racansky">
<tagDatabase tag="powerauth-server/1.6.0"/>
</changeSet>

</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<include file="20231106-add-foreign-keys.xml" relativeToChangelogFile="true" />
<include file="20231112-add-activation-id.xml" relativeToChangelogFile="true" />
<include file="20231123-operation-user-nullable.xml" relativeToChangelogFile="true" />
<include file="20231212-add-tag-1.6.0.xml" relativeToChangelogFile="true" />

</databaseChangeLog>

0 comments on commit cfe8e75

Please sign in to comment.