mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 15:32:53 +10:00
fix(prisma): update prisma schemas
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user