feat: add cloudsave configuration w/ ludusavi search

This commit is contained in:
DecDuck
2025-06-11 22:14:21 +10:00
parent 5b27430ece
commit 95d6089453
20 changed files with 482 additions and 146 deletions

View File

@ -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")
}