We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563a370 commit 39f4806Copy full SHA for 39f4806
Helpers/sample-flyway-command-simple.txt
@@ -0,0 +1,6 @@
1
+flyway -environment=target -environments.target.schemas="$(schemas)" -environments.check.schemas="$(schemas)"
2
+-baselineOnMigrate=true -errorOverrides=S0001:0:I- -baselineVersion=$(BASELINE_VERSION) -email="$(FLYWAY_EMAIL)" -token="$(FLYWAY_TOKEN)"
3
+-workingDirectory="$(WORKING_DIRECTORY)" -locations="filesystem:$(WORKING_DIRECTORY)\$(Build.Repository.Name)\migrations" -configFiles="$(WORKING_DIRECTORY)\$(Build.Repository.Name)\flyway.toml"
4
+info migrate -outOfOrder=true info -environments.target.url="$(target_database_JDBC)"
5
+
6
+flyway -environment=target migrate -environments.target.url="$(target_database_JDBC)"
0 commit comments