Skip to content

Commit

Permalink
Add assigned_groups_ids 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 9bd9012 commit 79ec2e9
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 @@ -76,6 +76,7 @@ model assignment {
data Bytes?
updated_at DateTime?
isPublic Boolean @default(false)
asigned_groups_ids String[]
}

model assignment_answer {
Expand Down

0 comments on commit 79ec2e9

Please sign in to comment.