fix: gen-migrations workflow
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled

This commit is contained in:
Orion Kindel 2023-07-19 20:37:02 -05:00
parent 3e575635c5
commit e92e56d829
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

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