Adding in messages table
This commit is contained in:
parent
be916fb6ed
commit
5546fa6214
2 changed files with 4 additions and 0 deletions
|
@ -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.
Reference in a new issue