mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
pushover settings in notifcations model
This commit is contained in:
parent
ce9bdadb69
commit
e0c159cb71
3
prisma/migrations/20250421132642_pushover/migration.sql
Normal file
3
prisma/migrations/20250421132642_pushover/migration.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "notification" ADD COLUMN "pushoverToken" TEXT,
|
||||||
|
ADD COLUMN "pushoverUser" TEXT;
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "notification" ADD COLUMN "pushoverUrl" TEXT;
|
||||||
@ -94,4 +94,7 @@ model notification {
|
|||||||
gotifyToken String?
|
gotifyToken String?
|
||||||
ntfyUrl String?
|
ntfyUrl String?
|
||||||
ntfyToken String?
|
ntfyToken String?
|
||||||
|
pushoverUrl String?
|
||||||
|
pushoverToken String?
|
||||||
|
pushoverUser String?
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user