Skip to content

Commit

Permalink
Merge pull request #23 from swat-sccs/v6ctor-dev
Browse files Browse the repository at this point in the history
V6ctor dev
  • Loading branch information
DCRepublic authored Nov 18, 2024
2 parents 88aa1d8 + 3558b6d commit 09ac505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prisma/migrations/20241116082646_/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Course" ADD COLUMN "linkedSections" TEXT;
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ model Course {
facultyId Int
facultyMeetId Int
year String
linkedSections String?
avgRating Float?
instructor Faculty @relation(fields: [facultyId], references: [id])
facultyMeet MeetingsFaculty @relation(fields: [facultyMeetId], references: [id])
Expand Down

0 comments on commit 09ac505

Please sign in to comment.