fix: build should work locally
All checks were successful
gen-migrations / gen-migrations (push) Successful in 9s
All checks were successful
gen-migrations / gen-migrations (push) Successful in 9s
This commit is contained in:
parent
65f7926805
commit
885e22cc94
@ -50,6 +50,9 @@ fi
|
||||
docker compose up --wait --wait-timeout 30 -d "${base_or_head:-head}"
|
||||
initdb
|
||||
ls ./schema/ | xargs -I{} bash -c "set -e; $(declare -f query_file); query_file \"$(db dnim)\" ./schema/{}"
|
||||
cd ../
|
||||
|
||||
if [[ -n "$rev" ]]; then
|
||||
cd ../
|
||||
fi
|
||||
|
||||
query_file $(db dnim) ./migrations/ensure_seeded.sql
|
||||
|
Loading…
Reference in New Issue
Block a user