mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Add new fields for Gotify and ntfy integration in notification model
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "notification" ADD COLUMN "gotifyToken" TEXT,
|
||||
ADD COLUMN "gotifyUrl" TEXT,
|
||||
ADD COLUMN "ntfyToken" TEXT,
|
||||
ADD COLUMN "ntfyUrl" TEXT;
|
||||
@@ -72,4 +72,8 @@ model notification {
|
||||
telegramChatId String?
|
||||
telegramToken String?
|
||||
discordWebhook String?
|
||||
gotifyUrl String?
|
||||
gotifyToken String?
|
||||
ntfyUrl String?
|
||||
ntfyToken String?
|
||||
}
|
||||
Reference in New Issue
Block a user