mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-21 04:01:10 +10:00
feat: add cloudsave configuration w/ ludusavi search
This commit is contained in:
@ -46,6 +46,8 @@ model Game {
|
||||
developers Company[] @relation(name: "developers")
|
||||
publishers Company[] @relation(name: "publishers")
|
||||
|
||||
cloudSaveConfiguration CloudSaveConfiguration?
|
||||
|
||||
@@unique([metadataSource, metadataId], name: "metadataKey")
|
||||
@@unique([libraryId, libraryPath], name: "libraryKey")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user