diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c7a6650c0..ebacd293f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,5 +26,6 @@ dispatcher where…", "Improve our handling of…", etc. ## Tests and Linting - [ ] This branch is up-to-date with the `develop` branch. +- [ ] The database diagram (`database/database_relationships.png`) has been updated if any database column have been changed, added, or dropped. - [ ] `pytest` passes on my local development environment. - [ ] `pre-commit` passes on my local development environment. diff --git a/database/README.md b/database/README.md index ae2f9d386..e9bfe7b8d 100644 --- a/database/README.md +++ b/database/README.md @@ -4,4 +4,4 @@ Running `make dev` in the docker environment will create and persist the database. ## Database Diagram -![](database_relationships.July2024.png) +![](database_relationships.png) diff --git a/database/database_relationships.July2024.png b/database/database_relationships.July2024.png deleted file mode 100644 index eaa1ef41c..000000000 Binary files a/database/database_relationships.July2024.png and /dev/null differ diff --git a/database/database_relationships.png b/database/database_relationships.png new file mode 100644 index 000000000..3d92180fd Binary files /dev/null and b/database/database_relationships.png differ