Skip to content

Commit

Permalink
added new db-create target
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Feb 28, 2024
1 parent bb0d655 commit af3babd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ test: ## Run the unit tests
$(info Running tests...)
pytest --disable-warnings

db-create: ## Creates the database tables
$(info Creating database tables...)
@flask db-create

##@ Runtime

run: ## Run the service
Expand Down

0 comments on commit af3babd

Please sign in to comment.