Skip to content

Commit

Permalink
Add updated_at 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 d8bb2c2 commit dbe74d6
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 @@ -74,6 +74,7 @@ model assignment {
created_at DateTime?
assignment_answers assignment_answer[]
data Bytes?
updated_at DateTime?
}

model assignment_answer {
Expand Down

0 comments on commit dbe74d6

Please sign in to comment.