Skip to content

Commit dc0e611

Browse files
committed
Fix connection string
1 parent d178789 commit dc0e611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/SeederUtility/scripts/build-seeded-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ case "${DB_TYPE}" in
323323
postgres)
324324
cd "${MIGRATIONS_DIR}"
325325
dotnet ef database update \
326-
--connection "Host=localhost;Port=${HOST_PORT};Database=${DB_NAME};Username=${DB_USER};Password=${DB_PASS}"
326+
-- --globalSettings:postgreSql:connectionString="Host=localhost;Port=${HOST_PORT};Database=${DB_NAME};Username=${DB_USER};Password=${DB_PASS}"
327327
;;
328328
mysql|mariadb)
329329
cd "${MIGRATIONS_DIR}"

0 commit comments

Comments
 (0)