We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d178789 commit dc0e611Copy full SHA for dc0e611
1 file changed
util/SeederUtility/scripts/build-seeded-image.sh
@@ -323,7 +323,7 @@ case "${DB_TYPE}" in
323
postgres)
324
cd "${MIGRATIONS_DIR}"
325
dotnet ef database update \
326
- --connection "Host=localhost;Port=${HOST_PORT};Database=${DB_NAME};Username=${DB_USER};Password=${DB_PASS}"
+ -- --globalSettings:postgreSql:connectionString="Host=localhost;Port=${HOST_PORT};Database=${DB_NAME};Username=${DB_USER};Password=${DB_PASS}"
327
;;
328
mysql|mariadb)
329
0 commit comments