Skip to content

Commit

Permalink
remove dev_env.sh from migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
brassy-endomorph committed Sep 20, 2024
1 parent c5fecbd commit 5e7f522
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 @@ -42,7 +42,6 @@ revision: migrate-prod ## Create a new migration
ifndef message
$(error 'message' must be set when invoking the revision target, eg `make revision message="short message"`)
endif
. ./dev_env.sh && \
poetry run flask db revision -m "$(message)" --autogenerate

.PHONY: test
Expand Down

0 comments on commit 5e7f522

Please sign in to comment.