Adding in the delete api and the delete and create UI.
This commit is contained in:
parent
43063272bb
commit
97d644d95d
12 changed files with 277 additions and 12 deletions
|
@ -180,6 +180,8 @@ TEST=true python -m test.test_api_usage -f SuiteName
|
|||
PYTHONPATH=. alembic upgrade head
|
||||
|
||||
# You can also rebuild your local sqlite db image from initdb.py using
|
||||
# And once you have a migration you should do this and check in the
|
||||
# changes to share your migration with others.
|
||||
rm test/data/test.db
|
||||
python initdb.py
|
||||
```
|
||||
|
|
Reference in a new issue