Skip to content

Commit af3babd

Browse files
committed
added new db-create target
1 parent bb0d655 commit af3babd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ test: ## Run the unit tests
2929
$(info Running tests...)
3030
pytest --disable-warnings
3131

32+
db-create: ## Creates the database tables
33+
$(info Creating database tables...)
34+
@flask db-create
35+
3236
##@ Runtime
3337

3438
run: ## Run the service

0 commit comments

Comments
 (0)