fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 1m53s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 1m53s
This commit is contained in:
parent
5169bcbfd2
commit
6a5d100320
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user