mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-07 18:39:17 -05:00
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:
@@ -638,6 +638,7 @@ CREATE TABLE "WorkflowRun" (
|
||||
"parentId" UUID,
|
||||
"parentStepRunId" UUID,
|
||||
"additionalMetadata" JSONB,
|
||||
"duration" INTEGER,
|
||||
|
||||
CONSTRAINT "WorkflowRun_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user