fix(prisma): update prisma schemas

This commit is contained in:
DecDuck
2025-01-19 16:46:43 +11:00
parent 0e631a9228
commit d6131e9f84
3 changed files with 17 additions and 5 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ model Game {
mImageLibrary String[] // linked to objects in s3
versions GameVersion[]
libraryBasePath String @unique // Base dir for all the game versions
libraryBasePath String @unique // Base dir for all the game versions
collections CollectionEntry[]
@@unique([metadataSource, metadataId], name: "metadataKey")
}