fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 1m53s

This commit is contained in:
Orion Kindel 2023-07-19 19:10:42 -05:00
parent 5169bcbfd2
commit 6a5d100320
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -18,7 +18,6 @@ docker compose stop "$base_or_head" 1>/dev/null
docker compose rm -f "$base_or_head" 1>/dev/null
db() {
echo -n "postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD/$1?port=$port"
echo -n "postgresql:///$1?port=$port&user=$POSTGRES_USER&password=$POSTGRES_PASSWORD"
}