forked from cerc-io/ipld-eth-server
postgres table to hold ipfs data in same database as vulcanizedb data;
shared SeedNodeTransformer interface
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- +goose Up
|
||||
CREATE TABLE public.blocks (
|
||||
key TEXT UNIQUE NOT NULL,
|
||||
data BYTEA NOT NULL
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE public.blocks;
|
||||
Reference in New Issue
Block a user