Notification Settings card

This commit is contained in:
headlesdev
2025-05-26 11:30:19 +02:00
parent d045aad2dd
commit 338c1922d0
14 changed files with 121 additions and 17 deletions

View File

@@ -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;