feat: ship self-hosted KOC LOOP workflows

This commit is contained in:
巫凤萍
2026-08-11 23:07:26 +08:00
parent 1f1887c860
commit ddad4b7659
88 changed files with 6056 additions and 8938 deletions

View File

@@ -0,0 +1,8 @@
ALTER TABLE tasks
ADD COLUMN task_type VARCHAR(32) NOT NULL DEFAULT 'content_publish' AFTER status;
-- statement-breakpoint
ALTER TABLE distributions
ADD COLUMN result_screenshot_key VARCHAR(512) NULL AFTER publish_screenshot_key;
-- statement-breakpoint
ALTER TABLE distributions
ADD COLUMN result_submitted_at DATETIME(3) NULL AFTER result_screenshot_key;