Skip to content

Commit

Permalink
Addressed pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-funk committed Jul 13, 2022
1 parent bd8aa39 commit 48101cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ mig:

automig:
@echo "Autogenerating migration in docker context"
@docker compose up -d --no-recreate api
@docker compose exec api bash -c "cd /app/api && alembic revision --autogenerate -m 'CHANGEME'"

prune:
Expand Down
65 changes: 0 additions & 65 deletions app/api/alembic/old_migration_example.py

This file was deleted.

0 comments on commit 48101cf

Please sign in to comment.