mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-28 07:36:14 +00:00
13 lines
513 B
SQL
13 lines
513 B
SQL
/*
|
|
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";
|