fix: build script
All checks were successful
gen-migrations / gen-migrations (push) Successful in 40s
All checks were successful
gen-migrations / gen-migrations (push) Successful in 40s
This commit is contained in:
parent
c7091e9ed4
commit
a28cbba3b2
@ -50,4 +50,6 @@ 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 ../
|
||||
|
||||
query_file $(db dnim) ./migrations/ensure_seeded.sql
|
||||
|
Loading…
Reference in New Issue
Block a user