Skip to content

Commit

Permalink
Use only one changelog directory for database migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Jun 22, 2020
1 parent 6b70d08 commit ae754ab
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 85 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<configuration>
<propertyFile>src/main/resources/liquibase.properties</propertyFile>
<changeLogFile>src/main/resources/db/db.changelog-master.xml</changeLogFile>
<diffChangeLogFile>src/main/resources/db/changelog-${activatedProfile}/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
<diffChangeLogFile>src/main/resources/db/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
<logging>info</logging>
</configuration>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ae754ab

Please sign in to comment.