Update docs: uploads owner and deleting datbases

This commit is contained in:
rubenwardy
2023-12-15 15:51:48 +00:00
parent 36c63b4657
commit cc6f561cfe
2 changed files with 8 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ See [Developer Intro](docs/dev_intro.md) for an overview of the code organisatio
# Create new migration
./utils/create_migration.sh
# Delete database
docker-compose down && sudo rm -rf data/db
```