Improve job status notifications

This commit is contained in:
2026-03-09 18:53:41 -04:00
parent 1a18ac825d
commit 12a9741eca
22 changed files with 2243 additions and 302 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE `task_run` ADD `stage_context` text;
--> statement-breakpoint
ALTER TABLE `task_stage_event` ADD `stage_context` text;
--> statement-breakpoint
CREATE INDEX `task_user_updated_idx` ON `task_run` (`user_id`,`updated_at`);