Fix path to sql file

main
Max Ignatenko 2024-02-23 11:28:24 +00:00
parent 13b911615d
commit 6bb2e5a1de
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ lz4cat ../records.sql.lz4 | docker compose exec -iT postgres psql -U postgres -d
echo "$(date): Data import done" echo "$(date): Data import done"
cat ../db-migration/20240217_partition.sql \ cat ../db-migration/migrations/20240217_partition.sql \
| docker compose exec -iT postgres psql -U postgres -d bluesky --echo-queries -c '\timing' \ | docker compose exec -iT postgres psql -U postgres -d bluesky --echo-queries -c '\timing' \
| tee -a "${output}" | tee -a "${output}"