Page MenuHomeSoftware Heritage
Paste P393

Update latest deposit's associated scheduler task ids (check-task-id, load-task-id)
ActivePublic

Authored by ardumont on May 9 2019, 11:23 AM.
update deposit set check_task_id='167830447', load_task_id='167830455' where id = 264;
update deposit set check_task_id='164895648', load_task_id='167830454' where id = 263;
update deposit set check_task_id='160036918', load_task_id='160037202' where id = 262;
update deposit set check_task_id='159935272', load_task_id='159936134' where id = 261;
update deposit set check_task_id='159934342', load_task_id='159935241' where id = 260;
update deposit set check_task_id='159920602', load_task_id='159921369' where id = 259;
update deposit set check_task_id='159919888', load_task_id='159920547' where id = 258;
update deposit set check_task_id='159911843', load_task_id='159912708' where id = 257;
update deposit set check_task_id='159911042', load_task_id='159911798' where id = 256;
update deposit set check_task_id='159908457', load_task_id='159909332' where id = 255;
update deposit set check_task_id='159908278', load_task_id='159908425' where id = 254;
update deposit set check_task_id='159904516', load_task_id='159904914' where id = 253;
update deposit set check_task_id='159382928', load_task_id='159383185' where id = 252;
update deposit set check_task_id='157814131', load_task_id='157814168' where id = 251;

Event Timeline

ardumont changed the title of this paste from Update deposit tasks with their check-task-id and load-task-id to Update latest deposit tasks with their check-task-id and load-task-id.
ardumont changed the title of this paste from Update latest deposit tasks with their check-task-id and load-task-id to Update latest deposit's associated scheduler task ids (check-task-id, load-task-id).May 9 2019, 12:22 PM