Skip to content

Commit

Permalink
Do not show liquibase banner and force clean db
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Nov 5, 2024
1 parent 4392348 commit 8df4712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,8 @@
<username>${jdbc.username}</username>
<password>${jdbc.password}</password>
<driver>${jdbc.driver}</driver>
<showBanner>false</showBanner>
<force>true</force>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 8df4712

Please sign in to comment.