Merge pull request #11442 from filecoin-project/fix-sturdy-tests
lp: task test better
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user