Improve job status notifications
This commit is contained in:
5
drizzle/0009_task_notification_context.sql
Normal file
5
drizzle/0009_task_notification_context.sql
Normal 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`);
|
||||
Reference in New Issue
Block a user