fix: turn log type from text to jsonb

This commit is contained in:
bennykok
2024-01-31 00:31:00 +08:00
parent 4b37de9ec5
commit 7ae25aa162
6 changed files with 1326 additions and 4 deletions
@@ -35,6 +35,15 @@ export async function POST(request: Request) {
run_log: log_data,
})
.where(eq(workflowRunsTable.id, run_id));
return NextResponse.json(
{
message: "success",
},
{
status: 200,
},
);
}
if (status == "started" && time != undefined) {