Skip to content

Commit

Permalink
updated advising.sql for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv authored Jun 24, 2024
1 parent 30c4ace commit 92899ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion defog_data/advising/advising.sql
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,9 @@ INSERT INTO public.student_record (student_id, course_id, semester, grade, how,
(2, 2, 1, 'C', 'in-person', NULL, 'Yes', NULL, '1', 2),
(2, 1, 1, 'B', 'online', NULL, 'Yes', NULL, '1', 1),
(3, 2, 1, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 2),
(3, 4, 2, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 4)
(3, 4, 2, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 4),
(4, 2, 1, 'C', 'in-person', NULL, 'Yes', NULL, '1', 2),
(4, 1, 1, 'B', 'online', NULL, 'Yes', NULL, '1', 1),
(5, 2, 1, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 2),
(5, 4, 2, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 4)
;

0 comments on commit 92899ea

Please sign in to comment.