Merge pull request #1579 from filecoin-project/fix/chainwatch-sql

chainwatch: fix sql syntax error
This commit is contained in:
Łukasz Magiera 2020-04-23 01:08:35 +02:00 committed by GitHub
commit c89c21b47a

View File

@ -70,7 +70,7 @@ create table if not exists blocks
miner text not null, miner text not null,
timestamp bigint not null, timestamp bigint not null,
vrfproof bytea, vrfproof bytea,
eprof bytea, eprof bytea
); );
create unique index if not exists block_cid_uindex create unique index if not exists block_cid_uindex