From a523b6a55065ecb3bb29fffeaa665ba151fe916f Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 7 Oct 2019 15:30:52 -0500 Subject: [PATCH] Refactor: Add some notes to the README.md --- server/migrations/README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/server/migrations/README b/server/migrations/README index 98e4f9c..b908644 100755 --- a/server/migrations/README +++ b/server/migrations/README @@ -1 +1,7 @@ -Generic single-database configuration. \ No newline at end of file +# Generic single-database configuration. + +## Update/Create database to latest revision +flask db upgrade + +## Adding a new revision +flask db revision