Merge pull request #1579 from filecoin-project/fix/chainwatch-sql
chainwatch: fix sql syntax error
This commit is contained in:
commit
c89c21b47a
@ -70,7 +70,7 @@ create table if not exists blocks
|
||||
miner text not null,
|
||||
timestamp bigint not null,
|
||||
vrfproof bytea,
|
||||
eprof bytea,
|
||||
eprof bytea
|
||||
);
|
||||
|
||||
create unique index if not exists block_cid_uindex
|
||||
|
Loading…
Reference in New Issue
Block a user