chainwatch: fix sql syntax error

This commit is contained in:
Travis Person 2020-04-22 22:57:17 +00:00
parent 6b2b2b678f
commit 4e1dddab67

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