Skip to content

Commit

Permalink
edit offering_instructor table to match course_offering (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy-aw authored Dec 12, 2023
1 parent b4c047f commit db8c3d4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions defog_data/advising/advising.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
\.


Expand Down

0 comments on commit db8c3d4

Please sign in to comment.