mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 07:56:57 +00:00
Add new fields for Gotify and ntfy integration in notification model
This commit is contained in:
parent
2a910c165e
commit
93bffa29cc
15
package-lock.json
generated
15
package-lock.json
generated
@ -4657,6 +4657,21 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@next/swc-win32-x64-msvc": {
|
||||||
|
"version": "15.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.3.0.tgz",
|
||||||
|
"integrity": "sha512-vHUQS4YVGJPmpjn7r5lEZuMhK5UQBNBRSB+iGDvJjaNk649pTIcRluDWNb9siunyLLiu/LDPHfvxBtNamyuLTw==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 10"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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?
|
telegramChatId String?
|
||||||
telegramToken String?
|
telegramToken String?
|
||||||
discordWebhook String?
|
discordWebhook String?
|
||||||
|
gotifyUrl String?
|
||||||
|
gotifyToken String?
|
||||||
|
ntfyUrl String?
|
||||||
|
ntfyToken String?
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user