Skip to content

Commit

Permalink
Db fix: schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
DCRepublic committed Nov 27, 2024
1 parent 5a32c5d commit 17e88cf
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 @@ -129,4 +129,4 @@ model Rating {
updatedAt DateTime @updatedAt
userId Int
User User? @relation(fields: [userId], references: [id])
}
}

0 comments on commit 17e88cf

Please sign in to comment.