mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01: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