We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcaa5c commit 11e8337Copy full SHA for 11e8337
2 files changed
backend/src/database/flyway_migrate.sh
@@ -10,6 +10,7 @@ flyway \
10
-password="$PGPASSWORD" \
11
-connectRetries=60 \
12
-outOfOrder=true \
13
+ -mixed=true \
14
-placeholderReplacement=false \
15
-schemas=public \
16
-X \
backend/src/product/flyway_migrate.sh
0 commit comments