Update docs/developer/database-access.md

Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
This commit is contained in:
rachidatecs 2023-05-17 20:45:21 -04:00 committed by GitHub
parent f60f2bff05
commit c086d4c7b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ docker-compose exec app bash
./manage.py makemigrations ./manage.py makemigrations
``` ```
The docker compose down then up to run the new migrations. Then perform docker-compose down & docker-compose up to run with the new migrations.
### On Cloud.gov ### On Cloud.gov