Skip to content

Commit

Permalink
Fix #786: Add liquibase tag 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Feb 22, 2024
1 parent 9bdb72f commit b3c1aed
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-push-server/1.7.x/20240222-add-tag-1.7.0.xml" author="Lubos Racansky">
<tagDatabase tag="powerauth-push-server-1.7.0"/>
</changeSet>

</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd">

<include file="20240119-push_app_credentials-hms.xml" relativeToChangelogFile="true" />
<include file="20240222-add-tag-1.7.0.xml" relativeToChangelogFile="true" />

</databaseChangeLog>

0 comments on commit b3c1aed

Please sign in to comment.