chainwatch: fix sql syntax error
This commit is contained in:
parent
6b2b2b678f
commit
4e1dddab67
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user