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
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE "comfyui_deploy"."workflow_runs" DROP COLUMN "run_log";
ALTER TABLE "comfyui_deploy"."workflow_runs" ADD COLUMN "run_log" jsonb;
File diff suppressed because it is too large Load Diff
+7
View File
@@ -344,6 +344,13 @@
"when": 1706600255919,
"tag": "0048_dear_korath",
"breakpoints": true
},
{
"idx": 49,
"version": "5",
"when": 1706631744127,
"tag": "0049_sweet_hex",
"breakpoints": true
}
]
}