mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Monitoring Settings API Routes
This commit is contained in:
12
prisma/migrations/20250525222820_fix/migration.sql
Normal file
12
prisma/migrations/20250525222820_fix/migration.sql
Normal 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";
|
||||
Reference in New Issue
Block a user