mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
feat: add mac as platform
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterEnum
|
||||
ALTER TYPE "Platform" ADD VALUE 'macos';
|
||||
@@ -7,4 +7,5 @@ model ApplicationSettings {
|
||||
enum Platform {
|
||||
Windows @map("windows")
|
||||
Linux @map("linux")
|
||||
macOS @map("macos")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user