Skip to content

Commit

Permalink
Update migrate.sh (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
talele08 authored Sep 18, 2024
1 parent 063968a commit aad7536
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
#!/bin/sh
echo "Running Flyway with the following parameters:"
echo "URL: $DB_URL"
echo "Table: $SCHEMA_TABLE"
echo "User: $FLYWAY_USER"
echo "Password: $FLYWAY_PASSWORD"
echo "Locations: $FLYWAY_LOCATIONS"
flyway -url=$DB_URL -table=$SCHEMA_TABLE -user=$FLYWAY_USER -password=$FLYWAY_PASSWORD -locations=$FLYWAY_LOCATIONS -baselineOnMigrate=true -outOfOrder=true migrate
flyway -url=$DB_URL -table=$SCHEMA_TABLE -user=$FLYWAY_USER -password=$FLYWAY_PASSWORD -locations=$FLYWAY_LOCATIONS -baselineOnMigrate=true -outOfOrder=true migrate

0 comments on commit aad7536

Please sign in to comment.