Add context for migrations documentation

This commit is contained in:
rachidatecs 2023-05-17 20:49:58 -04:00
parent f60f2bff05
commit 4f96fd65a7
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525

View file

@ -12,6 +12,9 @@ to get a `psql` shell on the sandbox environment's database.
## Running Migrations ## Running Migrations
When new code changes the database schema (ie, you change a model or pull some
code that has), we need to apply Django's migrations.
### On Local ### On Local
```shell ```shell
@ -23,7 +26,6 @@ The docker compose down then up to run the new migrations.
### On Cloud.gov ### On Cloud.gov
When new code changes the database schema, we need to apply Django's migrations.
We can run these using CloudFoundry's tasks to run the `manage.py migrate` We can run these using CloudFoundry's tasks to run the `manage.py migrate`
command in the correct environment. For any developer environment, developers command in the correct environment. For any developer environment, developers
can manually run the task with can manually run the task with