Skip to content

Commit 11e8337

Browse files
authored
fix: use mixed mode for flyway (#3989)
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent cbcaa5c commit 11e8337

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

backend/src/database/flyway_migrate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ flyway \
1010
-password="$PGPASSWORD" \
1111
-connectRetries=60 \
1212
-outOfOrder=true \
13+
-mixed=true \
1314
-placeholderReplacement=false \
1415
-schemas=public \
1516
-X \

backend/src/product/flyway_migrate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ flyway \
1010
-password="$PGPASSWORD" \
1111
-connectRetries=60 \
1212
-outOfOrder=true \
13+
-mixed=true \
1314
-placeholderReplacement=false \
1415
-schemas=public \
1516
-X \

0 commit comments

Comments
 (0)