Adding in messages table

This commit is contained in:
charltonaustin 2016-10-11 10:23:18 -04:00 committed by Charlton Austin
parent be916fb6ed
commit 5546fa6214
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 # Migrations get run when you create a docker image or you can run them
# manually with the following command. # manually with the following command.
PYTHONPATH=. alembic upgrade head 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 ## Documentation

Binary file not shown.