chore: seed in build
All checks were successful
gen-migrations / gen-migrations (push) Has been skipped
All checks were successful
gen-migrations / gen-migrations (push) Has been skipped
This commit is contained in:
parent
658ad01b93
commit
371215449d
@ -50,3 +50,4 @@ fi
|
|||||||
docker compose up --wait --wait-timeout 30 -d "${base_or_head:-head}"
|
docker compose up --wait --wait-timeout 30 -d "${base_or_head:-head}"
|
||||||
initdb
|
initdb
|
||||||
ls ./schema/ | xargs -I{} bash -c "set -e; $(declare -f query_file); query_file \"$(db dnim)\" ./schema/{}"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user