From df99f19d8031b56c82796947f3b163a94ef9decf Mon Sep 17 00:00:00 2001 From: Steven Arnold Date: Fri, 15 Sep 2023 15:46:10 -0500 Subject: [PATCH] added missing interchange values --- Interchange/Candidate.metaed | 2 ++ Interchange/Survey.metaed | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 Interchange/Survey.metaed diff --git a/Interchange/Candidate.metaed b/Interchange/Candidate.metaed index 43fb0de..8f2a8c8 100644 --- a/Interchange/Candidate.metaed +++ b/Interchange/Candidate.metaed @@ -14,10 +14,12 @@ Interchange Candidate domain entity CredentialEvent domain entity EdFi.Person domain entity FinancialAid + domain entity PlanMilestone association CandidateRelationshipToStaffAssociation association CandidateEducatorPreparationProgramAssociation association EdFi.StudentSchoolAssociation + association EdFi.StudentSectionAssociation association EdFi.StudentEducationOrganizationAssociation association EdFi.StudentEducationOrganizationResponsibilityAssociation association FieldworkExperienceSectionAssociation diff --git a/Interchange/Survey.metaed b/Interchange/Survey.metaed new file mode 100644 index 0000000..b0d7f31 --- /dev/null +++ b/Interchange/Survey.metaed @@ -0,0 +1,4 @@ +Interchange EdFi.Survey additions + + association SurveyResponsePersonTargetAssociation + association SurveySectionResponsePersonTargetAssociation \ No newline at end of file