Ergänze Entwurfsstatus für Termine und Plantafel
This commit is contained in:
@@ -32,6 +32,8 @@ export const events = pgTable(
|
||||
|
||||
eventtype: text("eventtype").default("Umsetzung"),
|
||||
quick: boolean("quick").notNull().default(false),
|
||||
state: text("state").notNull().default("Final"),
|
||||
color: text("color"),
|
||||
|
||||
project: bigint("project", { mode: "number" }), // FK follows when projects.ts exists
|
||||
|
||||
|
||||
Reference in New Issue
Block a user