Merge pull request #1969 from charltonaustin/fixing_test_db

Adding in messages table
This commit is contained in:
Charlton Austin 2016-10-11 13:54:27 -04:00 committed by GitHub
commit 43063272bb
2 changed files with 4 additions and 0 deletions

View file

@ -178,6 +178,10 @@ TEST=true python -m test.test_api_usage -f SuiteName
# Migrations get run when you create a docker image or you can run them
# manually with the following command.
PYTHONPATH=. alembic upgrade head
# You can also rebuild your local sqlite db image from initdb.py using
rm test/data/test.db
python initdb.py
```
## Documentation

Binary file not shown.