mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Notification Settings card
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "application_monitoring_notifications" ADD COLUMN "enabled" BOOLEAN NOT NULL DEFAULT false;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "server_monitoring_notifications" ADD COLUMN "enabled" BOOLEAN NOT NULL DEFAULT false;
|
||||
Reference in New Issue
Block a user