diff --git a/source/images/entity-relationship-diagram.dot b/source/images/entity-relationship-diagram.dot index 4f4d3df4..a4a95ef7 100644 --- a/source/images/entity-relationship-diagram.dot +++ b/source/images/entity-relationship-diagram.dot @@ -630,6 +630,17 @@ m_SchoolMentor [label = <
remove_from_school_on date
>]; +m_SupportQuery [label = < + +
SupportQuery
+| + + + + + +
additional_information jsonb ∗
message string ∗
subject string ∗
zendesk_ticket_id integer
+>]; m_SyncDQTInductionStartDateError [label = <
SyncDQTInductionStartDateError
@@ -689,6 +700,7 @@ m_User [label = < m_TeacherProfile [arrowsize = "0.6", arrowhead = "odotnormal", arrowtail = "odot", weight = "1"]; m_TeacherProfile -> m_ParticipantProfile [arrowsize = "0.6", arrowhead = "dotnormal", arrowtail = "odot", weight = "6"]; m_ParticipantProfile -> m_SyncDQTInductionStartDateError [arrowsize = "0.6", arrowhead = "dotnormal", arrowtail = "odot", weight = "6"]; + m_User -> m_SupportQuery [arrowsize = "0.6", arrowhead = "dotnormal", arrowtail = "odot", weight = "1"]; m_School -> m_SchoolMentor [arrowsize = "0.6", arrowhead = "dotnormal", arrowtail = "odot", weight = "2"]; m_ParticipantIdentity -> m_SchoolMentor [arrowsize = "0.6", arrowhead = "dotnormal", arrowtail = "odot", weight = "1"]; m_School -> m_SchoolLocalAuthorityDistrict [arrowsize = "0.6", arrowhead = "dotnormal", arrowtail = "odot", weight = "3"]; diff --git a/source/images/entity-relationship-diagram.pdf b/source/images/entity-relationship-diagram.pdf index 5359b0cb..89aec833 100644 Binary files a/source/images/entity-relationship-diagram.pdf and b/source/images/entity-relationship-diagram.pdf differ diff --git a/source/images/entity-relationship-diagram.png b/source/images/entity-relationship-diagram.png index 774e53f6..7e5f25c8 100644 Binary files a/source/images/entity-relationship-diagram.png and b/source/images/entity-relationship-diagram.png differ