fix: build script
All checks were successful
gen-migrations / gen-migrations (push) Successful in 40s

This commit is contained in:
Orion Kindel
2023-07-21 11:35:55 -05:00
parent c7091e9ed4
commit a28cbba3b2

View File

@@ -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