Skip to content

Commit

Permalink
remove duplicate call to post-migrations.sql in make resetdb (#16257)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin authored Jul 10, 2024
1 parent 81717df commit 0878845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ resetdb: .state/docker-build-base
docker compose pause web worker
docker compose up -d db
docker compose exec --user postgres db /docker-entrypoint-initdb.d/init-dbs.sh
docker compose exec --user postgres db psql -U postgres warehouse -f /post-migrations.sql
rm -f .state/db-populated .state/db-migrated
$(MAKE) initdb
docker compose unpause web worker
Expand Down

0 comments on commit 0878845

Please sign in to comment.