Skip to content

Commit

Permalink
DB Migration Stage:1 (new rating system)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCRepublic committed Nov 26, 2024
1 parent 5d6a339 commit 71b9e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ model Course {

model Faculty {
id Int @id @default(autoincrement())
uid String
uid String?
bannerId String
displayName String
emailAddress String
Expand Down

0 comments on commit 71b9e1a

Please sign in to comment.