Skip to content

Commit

Permalink
Add isPublic field to assignment model
Browse files Browse the repository at this point in the history
  • Loading branch information
Ell1ott committed Mar 24, 2024
1 parent 0fc787f commit d7ad75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ model assignment {
assignment_answers assignment_answer[]
data Bytes?
updated_at DateTime?
isPublic Boolean @default(false)
}

model assignment_answer {
Expand Down

0 comments on commit d7ad75b

Please sign in to comment.