forked from cerc-io/ipld-eth-server
Backfill Pit.file log events
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE maker.pit_file;
|
||||
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE maker.pit_file (
|
||||
id SERIAL PRIMARY KEY,
|
||||
header_id INTEGER NOT NULL REFERENCES headers (id) ON DELETE CASCADE,
|
||||
ilk TEXT,
|
||||
what TEXT,
|
||||
risk NUMERIC,
|
||||
tx_idx INTEGER NOT NUll,
|
||||
raw_log JSONB,
|
||||
UNIQUE (header_id, tx_idx)
|
||||
);
|
||||
Reference in New Issue
Block a user