From f15b3d5b84cc1183bdf540309fdf4d6b6368bf74 Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Mon, 10 Oct 2016 12:26:44 -0400 Subject: [PATCH] Adding in some extra documentation. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13c8bfc1e..067679dbe 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,10 @@ TEST=true python -m test.test_api_usage -f SuiteName # To test the up and down of the migration ./data/migrations/migration.sh # without params + +# Migrations get run when you create a docker image or you can run them +# manually with the following command. +PYTHONPATH=. alembic upgrade head ``` ## Documentation