add echobell to notifications model

This commit is contained in:
headlessdev 2025-04-29 22:20:18 +02:00
parent 91e7e47d9b
commit 073cd00120
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "notification" ADD COLUMN "echobellData" TEXT,
ADD COLUMN "echobellURL" TEXT;

View File

@ -104,6 +104,8 @@ model notification {
pushoverUrl String?
pushoverToken String?
pushoverUser String?
echobellURL String?
echobellData String?
}
model test_notification {