upgrade ipld-eth-indexer from v0.2.0-alpha to v0.5.0-alpha and test fixes

This commit is contained in:
ramil
2020-10-20 17:42:09 +03:00
parent 4427bebe0a
commit 6e127acbf3
12 changed files with 673 additions and 107 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ CREATE TABLE nodes (
genesis_block VARCHAR(66),
network_id VARCHAR,
node_id VARCHAR(128),
CONSTRAINT node_uc UNIQUE (genesis_block, network_id, node_id)
chain_id INTEGER,
CONSTRAINT node_uc UNIQUE (genesis_block, network_id, node_id, chain_id)
);
-- +goose Down