mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-22 04:31:15 +10:00
fix: gamerating model
This commit is contained in:
@ -55,8 +55,8 @@ model GameRating {
|
||||
|
||||
mReviewHref String?
|
||||
|
||||
Game Game? @relation(fields: [gameId], references: [id], onDelete: Cascade)
|
||||
gameId String?
|
||||
Game Game @relation(fields: [gameId], references: [id], onDelete: Cascade)
|
||||
gameId String
|
||||
|
||||
@@unique([metadataSource, metadataId], name: "metadataKey")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user