mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
feat: ratings ui, import giantbomb ratings
This commit is contained in:
parent
19ed1aabd5
commit
f786529a52
7 changed files with 64 additions and 25 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue