Skip to content

Commit

Permalink
Update database relationship diagram (#1144)
Browse files Browse the repository at this point in the history
## Description of Changes
Updated the database relationship diagram to match the current state of
the application and added a note to the `pull_request_template.md` file
to make sure it's updated if any changes are made to the database
schema.

## Tests and Linting
- [x] This branch is up-to-date with the `develop` branch.
- [x] `pytest` passes on my local development environment.
- [x] `pre-commit` passes on my local development environment.
  • Loading branch information
michplunkett authored Jan 15, 2025
1 parent fe6e054 commit 88be29e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Binary file removed database/database_relationships.July2024.png
Binary file not shown.
Binary file added database/database_relationships.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88be29e

Please sign in to comment.