Activities: database model init

This commit is contained in:
SamR1
2018-01-21 17:43:13 +01:00
parent f4f8dc9ea2
commit 3f0b3844d4
8 changed files with 149 additions and 1 deletions

View File

@ -29,7 +29,7 @@ lint-react:
$(NPM) lint
migrate-db:
$(FLASK) db migrate
$(FLASK) db migrate --directory $(MIGRATIONS)
serve-python:
$(FLASK) run --with-threads -h $(HOST) -p $(API_PORT)