KI-AGENT: Ergänze wiederholende Termine für Kalender und Plantafel

This commit is contained in:
2026-05-19 12:27:17 +02:00
parent ea392af094
commit 58c47fa8f7
7 changed files with 254 additions and 142 deletions

View File

@@ -34,6 +34,7 @@ export const events = pgTable(
quick: boolean("quick").notNull().default(false),
state: text("state").notNull().default("Final"),
color: text("color"),
repeatInterval: text("repeatInterval").notNull().default("Keine Wiederholung"),
project: bigint("project", { mode: "number" }), // FK follows when projects.ts exists