chore: add uploading to workflowRunStatus

This commit is contained in:
BennyKok
2023-12-23 21:44:04 +08:00
parent 3e2d709b79
commit dc5dd81358
5 changed files with 655 additions and 1 deletions
+1
View File
@@ -85,6 +85,7 @@ export const workflowVersionRelations = relations(
export const workflowRunStatus = pgEnum("workflow_run_status", [
"not-started",
"running",
"uploading",
"success",
"failed",
]);