Fix migration script.

This commit is contained in:
Luca Palmieri 2021-04-28 20:41:34 +01:00
parent 97b30ac499
commit f229e05f32

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