diff --git a/Makefile b/Makefile index 5494f81ab..d34b12ef0 100644 --- a/Makefile +++ b/Makefile @@ -134,6 +134,9 @@ migrate-db: recalculate: $(FLASK) recalculate +revision: + $(FLASK) db revision --directory $(MIGRATIONS) --message $(MIGRATION_MESSAGE) + run: $(MAKE) P="run-server run-workers" make-p diff --git a/docs/api/stats.html b/docs/api/stats.html index 71c97c065..08eb0c379 100644 --- a/docs/api/stats.html +++ b/docs/api/stats.html @@ -157,6 +157,8 @@