Monitoring Settings API Routes

This commit is contained in:
headlesdev
2025-05-26 00:34:12 +02:00
parent eab0b76739
commit d045aad2dd
14 changed files with 673 additions and 89 deletions

View File

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