diff --git a/_docs/developer/software_and_system_design/database_design.md b/_docs/developer/software_and_system_design/database_design.md index e716e526..18347f94 100644 --- a/_docs/developer/software_and_system_design/database_design.md +++ b/_docs/developer/software_and_system_design/database_design.md @@ -34,10 +34,10 @@ Note: To add the Submitty server to pgAdmin, follow the [pgAdmin setup instructi ## Entity-Relation Diagrams - 1. Submitty Database (updated 2019-06-05, see [code for most recent](https://github.com/Submitty/Submitty/blob/master/migration/migrator/data/submitty_db.sql)): + 1. Submitty Database (updated 2025-08-02, see [code for most recent](https://github.com/Submitty/Submitty/blob/master/migration/migrator/data/submitty_db.sql)): ![Database Entity Graph](/images/database_entity_graph.png) - 2. Courses Tables (updated 2019-06-05, see [code for most recent](https://github.com/Submitty/Submitty/blob/master/migration/migrator/data/course_tables.sql)): + 2. Courses Tables (updated 2025-08-02, see [code for most recent](https://github.com/Submitty/Submitty/blob/master/migration/migrator/data/course_tables.sql)): ![Database Entity Graph](/images/database_course_entity_graph.png) Diagram generated using [DataGrip](https://www.jetbrains.com/datagrip/), by diff --git a/images/2019_database_course_entity_graph.png b/images/2019_database_course_entity_graph.png new file mode 100644 index 00000000..cfe47deb Binary files /dev/null and b/images/2019_database_course_entity_graph.png differ diff --git a/images/2019_database_entity_graph.png b/images/2019_database_entity_graph.png new file mode 100644 index 00000000..8f26d81e Binary files /dev/null and b/images/2019_database_entity_graph.png differ diff --git a/images/database_course_entity_graph.png b/images/database_course_entity_graph.png index cfe47deb..be091f20 100644 Binary files a/images/database_course_entity_graph.png and b/images/database_course_entity_graph.png differ diff --git a/images/database_entity_graph.png b/images/database_entity_graph.png index 8f26d81e..5fc73028 100644 Binary files a/images/database_entity_graph.png and b/images/database_entity_graph.png differ