KI-AGENT: Ergänze wiederholende Termine für Kalender und Plantafel
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user