Adding in some extra documentation.
This commit is contained in:
parent
4ae6e6efa9
commit
f15b3d5b84
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue