Merge pull request #11442 from filecoin-project/fix-sturdy-tests

lp: task test better
This commit is contained in:
Łukasz Magiera
2023-11-29 13:42:48 +01:00
committed by GitHub
7 changed files with 76 additions and 50 deletions
@@ -2,5 +2,7 @@ CREATE TABLE harmony_test (
task_id bigint
constraint harmony_test_pk
primary key,
options text
);
options text,
result text
);
ALTER TABLE wdpost_proofs ADD COLUMN test_task_id bigint;