feat: rename workflow_run_log to workflow_run

This commit is contained in:
Fu Diwei
2025-01-04 16:53:58 +08:00
parent 01ede08a79
commit b686579acc
9 changed files with 167 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
import { getPocketBase } from "./pocketbase";
const COLLECTION_NAME = "workflow_run_log";
const COLLECTION_NAME = "workflow_run";
export type ListWorkflowRunsRequest = {
workflowId: string;