fix: stage save errors and add milestone progress field
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "milestones" ADD COLUMN IF NOT EXISTS "progress" INTEGER NOT NULL DEFAULT 0;
|
||||
@@ -162,6 +162,7 @@ model Milestone {
|
||||
description String?
|
||||
startDate DateTime?
|
||||
dueDate DateTime?
|
||||
progress Int @default(0)
|
||||
links String? // JSON: [{ "label": string, "url": string }]
|
||||
completedAt DateTime?
|
||||
order Int @default(0)
|
||||
|
||||
Reference in New Issue
Block a user