fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 39s

This commit is contained in:
Orion Kindel 2023-07-19 20:07:48 -05:00
parent 3234a353f1
commit 835faa5f84
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -14,8 +14,7 @@ else
port=5432
fi
docker compose stop "$base_or_head" 1>/dev/null
docker compose rm -f "$base_or_head" 1>/dev/null
docker compose rm -vsf "$base_or_head" 1>/dev/null
db() {
echo -n "postgresql:///$1?port=$port&user=$POSTGRES_USER&password=$POSTGRES_PASSWORD"