chore: seed in build
All checks were successful
gen-migrations / gen-migrations (push) Has been skipped

This commit is contained in:
Orion Kindel 2023-07-20 15:20:05 -05:00
parent 658ad01b93
commit 371215449d
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -50,3 +50,4 @@ 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/{}"
query_file $(db dnim) ./migrations/ensure_seeded.sql