mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
add echobell to notifications model
This commit is contained in:
parent
91e7e47d9b
commit
073cd00120
3
prisma/migrations/20250429202004_echobell/migration.sql
Normal file
3
prisma/migrations/20250429202004_echobell/migration.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "notification" ADD COLUMN "echobellData" TEXT,
|
||||
ADD COLUMN "echobellURL" TEXT;
|
||||
@ -104,6 +104,8 @@ model notification {
|
||||
pushoverUrl String?
|
||||
pushoverToken String?
|
||||
pushoverUser String?
|
||||
echobellURL String?
|
||||
echobellData String?
|
||||
}
|
||||
|
||||
model test_notification {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user