fix: gen-migrations workflow
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled
This commit is contained in:
parent
3e575635c5
commit
e92e56d829
@ -14,7 +14,7 @@ else
|
|||||||
port=5432
|
port=5432
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker compose rm -vsf "$base_or_head" 1>/dev/null
|
docker compose rm -vsf "$base_or_head"
|
||||||
|
|
||||||
db() {
|
db() {
|
||||||
echo -n "postgresql:///$1?port=$port&user=$POSTGRES_USER&password=$POSTGRES_PASSWORD"
|
echo -n "postgresql:///$1?port=$port&user=$POSTGRES_USER&password=$POSTGRES_PASSWORD"
|
||||||
|
Loading…
Reference in New Issue
Block a user