Add Echobell provider

This commit is contained in:
headlessdev
2025-04-29 22:52:29 +02:00
parent 1a395783b0
commit 1fccc59c01
9 changed files with 43 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
/*
Warnings:
- You are about to drop the column `echobellData` on the `notification` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "notification" DROP COLUMN "echobellData";

View File

@@ -105,7 +105,6 @@ model notification {
pushoverToken String?
pushoverUser String?
echobellURL String?
echobellData String?
}
model test_notification {