chore: add uploading to workflowRunStatus
This commit is contained in:
@@ -85,6 +85,7 @@ export const workflowVersionRelations = relations(
|
||||
export const workflowRunStatus = pgEnum("workflow_run_status", [
|
||||
"not-started",
|
||||
"running",
|
||||
"uploading",
|
||||
"success",
|
||||
"failed",
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user