forked from cerc-io/ipld-eth-server
Add transaction index to flip kick
This commit is contained in:
@@ -233,6 +233,7 @@ CREATE TABLE maker.flip_kick (
|
||||
"end" timestamp with time zone,
|
||||
urn character varying,
|
||||
tab numeric,
|
||||
tx_idx integer NOT NULL,
|
||||
raw_log jsonb
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user