Skip to content

Commit

Permalink
Added Clean Provisioner to build environment (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuxleyKendell authored Feb 28, 2025
1 parent 5dc2edb commit 9176b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flyway.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ provisioner = "clean"
[environments.Build]
url = "jdbc:sqlserver://localhost;databaseName=AutoPilotBuild;encrypt=true;integratedSecurity=true;trustServerCertificate=true"
displayName = "Build database"
provisioner = "clean"

[flyway]
locations = [ "filesystem:migrations" ]
Expand Down

0 comments on commit 9176b99

Please sign in to comment.