mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +10:00
feat: ratings ui, import giantbomb ratings
This commit is contained in:
@ -56,7 +56,7 @@ model GameRating {
|
||||
|
||||
mReviewHref String?
|
||||
|
||||
Game Game @relation(fields: [gameId], references: [id], onDelete: Cascade)
|
||||
game Game @relation(fields: [gameId], references: [id], onDelete: Cascade)
|
||||
gameId String
|
||||
|
||||
@@unique([metadataSource, metadataId], name: "metadataKey")
|
||||
|
||||
Reference in New Issue
Block a user