diff --git a/docs/developer/database-access.md b/docs/developer/database-access.md index 8c0fc612e..2fc05013b 100644 --- a/docs/developer/database-access.md +++ b/docs/developer/database-access.md @@ -19,7 +19,7 @@ docker-compose exec app bash ./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