From 331521f4a93fbcb6b062c06d383b933d68508024 Mon Sep 17 00:00:00 2001 From: wendy Date: Tue, 12 Dec 2023 12:01:08 +0800 Subject: [PATCH] edit offering_instructor table to match course_offering --- defog_data/advising/advising.sql | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/defog_data/advising/advising.sql b/defog_data/advising/advising.sql index 7d46a07..527d4ce 100644 --- a/defog_data/advising/advising.sql +++ b/defog_data/advising/advising.sql @@ -384,9 +384,12 @@ COPY public.instructor (instructor_id, name, uniqname) FROM stdin; COPY public.offering_instructor (offering_instructor_id, offering_id, instructor_id) FROM stdin; 1 1 1 -2 2 2 -3 3 3 -4 4 4 +2 3 1 +3 4 1 +4 1 2 +5 3 2 +6 2 3 +7 4 4 \.