Skip to content

Commit

Permalink
Merge pull request #1709 from /issues/1707-liquibase-tag
Browse files Browse the repository at this point in the history
Fix #1707: Add liquibase tag 1.9.0
  • Loading branch information
banterCZ authored Oct 10, 2024
2 parents b6d09b2 + 91b2d0b commit 042e896
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.9.x/20241003-add-tag-1.9.0.xml" author="Lubos Racansky">
<tagDatabase tag="powerauth-server/1.9.0"/>
</changeSet>

</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<include file="20240906-configuration-encryption.xml" relativeToChangelogFile="true" />
<include file="20240910-commit-phase.xml" relativeToChangelogFile="true" />
<include file="20240704-callback-event-table.xml" relativeToChangelogFile="true" />
<include file="20241003-add-tag-1.9.0.xml" relativeToChangelogFile="true" />

</databaseChangeLog>

0 comments on commit 042e896

Please sign in to comment.