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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user