Enhance Service Messages by Config & activeUntil

This commit is contained in:
nocnico
2025-07-03 19:26:17 +02:00
parent e137b0c75e
commit 837859982c
9 changed files with 159 additions and 78 deletions

View File

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

View File

@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "Notam" ADD COLUMN "disableHPG" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "wartungsmodus" BOOLEAN NOT NULL DEFAULT false;

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Notam" ADD COLUMN "showUntilActive" BOOLEAN NOT NULL DEFAULT false;