mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Add Echobell provider
This commit is contained in:
@@ -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";
|
||||
@@ -105,7 +105,6 @@ model notification {
|
||||
pushoverToken String?
|
||||
pushoverUser String?
|
||||
echobellURL String?
|
||||
echobellData String?
|
||||
}
|
||||
|
||||
model test_notification {
|
||||
|
||||
Reference in New Issue
Block a user