This commit is contained in:
Marcelo Dares
2026-04-29 01:15:50 +02:00
parent 65aaf9275e
commit ea23136288
172 changed files with 30358 additions and 353 deletions

View File

@@ -0,0 +1,6 @@
-- AlterTable
ALTER TABLE "Proposal"
ADD COLUMN "workflowDraft" JSONB,
ADD COLUMN "currentStep" INTEGER NOT NULL DEFAULT 1,
ADD COLUMN "completionPercent" INTEGER NOT NULL DEFAULT 0,
ADD COLUMN "readyForSubmissionAt" TIMESTAMP(3);