Fix migration script.

This commit is contained in:
Luca Palmieri 2021-04-28 20:42:24 +01:00
parent b7ed1b4c28
commit 517f7e4728

View file

@ -29,7 +29,7 @@ then
-e POSTGRES_PASSWORD=${DB_PASSWORD} \
-e POSTGRES_DB=${DB_NAME} \
-p "${DB_PORT}":5432 \
-d postgres \
-d \
--name "postgres_$(date '+%s')" \
postgres -N 1000
# ^ Increased maximum number of connections for testing purposes