Adding in some extra documentation.

This commit is contained in:
charltonaustin 2016-10-10 12:26:44 -04:00
parent 4ae6e6efa9
commit f15b3d5b84

View file

@ -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