Skip to content

Commit

Permalink
#CTCTOWALTZ-3480
Browse files Browse the repository at this point in the history
Prep for 1.67
finos#7190
  • Loading branch information
devendra-ramesh-patil-db committed Nov 22, 2024
1 parent a271450 commit 6c5c6de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<databaseChangeLog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd"
logicalFilePath="db.changelog-1.66.xml">
logicalFilePath="db.changelog-1.67.xml">

<changeSet id="v1-65-tag"
<changeSet id="v1-66-tag"
author="patidev">
<tagDatabase tag="v1.65"/> <!-- tag the current db version, i.e. the last -->
<tagDatabase tag="v1.66"/> <!-- tag the current db version, i.e. the last -->
</changeSet>
</databaseChangeLog>

0 comments on commit 6c5c6de

Please sign in to comment.