feat: improved workflow runs list (#723)

* feat: add duration to wfr

* chore: generate

* feat: sort order

* feat: add column visibility toggle

* chore: gen
This commit is contained in:
Gabe Ruttner
2024-07-15 15:05:57 -07:00
committed by GitHub
parent c935a38708
commit 38a4ce647d
25 changed files with 1038 additions and 187 deletions
+1
View File
@@ -638,6 +638,7 @@ CREATE TABLE "WorkflowRun" (
"parentId" UUID,
"parentStepRunId" UUID,
"additionalMetadata" JSONB,
"duration" INTEGER,
CONSTRAINT "WorkflowRun_pkey" PRIMARY KEY ("id")
);