/* Warnings: - Added the required column `notificationText` to the `application_monitoring_notifications` table without a default value. This is not possible if the table is not empty. - Added the required column `notificationText` to the `server_monitoring_notifications` table without a default value. This is not possible if the table is not empty. */ -- AlterTable ALTER TABLE "application_monitoring_notifications" ADD COLUMN "notificationText" TEXT NOT NULL; -- AlterTable ALTER TABLE "server_monitoring_notifications" ADD COLUMN "notificationText" TEXT NOT NULL;