Now calling run endpoints with GET, POST will check against the API key, whether there is org_id or not, if the operation workflow doesnt match with the user org or user id, will return with workflow not found, run not found
2 lines
156 B
SQL
2 lines
156 B
SQL
ALTER TABLE "comfyui_deploy"."machines" ADD COLUMN "org_id" text;--> statement-breakpoint
|
|
ALTER TABLE "comfyui_deploy"."workflows" ADD COLUMN "org_id" text; |