fix: redelete platform

This commit is contained in:
DecDuck
2025-09-06 18:33:27 +10:00
parent 3311aa7274
commit bfd5c8e761

View File

@ -10,12 +10,6 @@ model ApplicationSettings {
showGamePanelTextDecoration Boolean @default(true) showGamePanelTextDecoration Boolean @default(true)
} }
enum Platform {
Windows @map("windows")
Linux @map("linux")
macOS @map("macos")
}
enum LibraryBackend { enum LibraryBackend {
Filesystem Filesystem
FlatFilesystem FlatFilesystem