forked from cerc-io/ipld-eth-server
Backfill Frob log events
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE maker.frob;
|
||||
@@ -0,0 +1,12 @@
|
||||
CREATE TABLE maker.frob (
|
||||
id SERIAL PRIMARY KEY,
|
||||
header_id INTEGER NOT NULL REFERENCES headers (id) ON DELETE CASCADE,
|
||||
tx_idx INTEGER,
|
||||
ilk bytea,
|
||||
lad bytea,
|
||||
gem NUMERIC,
|
||||
ink NUMERIC,
|
||||
art NUMERIC,
|
||||
era NUMERIC,
|
||||
UNIQUE (header_id, tx_idx)
|
||||
);
|
||||
Reference in New Issue
Block a user