forked from cerc-io/ipld-eth-server
upgrade ipld-eth-indexer from v0.2.0-alpha to v0.5.0-alpha and test fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user