mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
FlatLibrary provider (#127)
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- AlterEnum
|
||||
ALTER TYPE "LibraryBackend" ADD VALUE 'FlatFilesystem';
|
||||
@ -16,6 +16,7 @@ enum Platform {
|
||||
|
||||
enum LibraryBackend {
|
||||
Filesystem
|
||||
FlatFilesystem
|
||||
}
|
||||
|
||||
model Library {
|
||||
@ -25,5 +26,5 @@ model Library {
|
||||
backend LibraryBackend
|
||||
options Json
|
||||
|
||||
games Game[]
|
||||
games Game[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user