lpseal: MoveStorage

This commit is contained in:
Łukasz Magiera
2024-02-16 21:21:38 +01:00
parent 4649d3b8d0
commit d820e76beb
7 changed files with 194 additions and 2 deletions
@@ -55,6 +55,10 @@ create table sectors_sdr_pipeline (
task_id_finalize bigint,
after_finalize bool not null default false,
-- MoveStorage (move data to storage)
task_id_move_storage bigint,
after_move_storage bool not null default false,
-- Commit message sending
commit_msg_cid text,