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`);
|
||||
@@ -64,6 +64,13 @@
|
||||
"when": 1772906400000,
|
||||
"tag": "0008_research_workspace",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 9,
|
||||
"version": "6",
|
||||
"when": 1773000000000,
|
||||
"tag": "0009_task_notification_context",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user