Skip to content

Commit

Permalink
add tx type field to transaction_cids- no needed in receipt_cids sinc…
Browse files Browse the repository at this point in the history
…e they reference the assosicate tx entry
  • Loading branch information
i-norden committed Apr 28, 2021
1 parent ed0a404 commit b5f61bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/migrations/00022_add_tx_type_to_transaction_cids.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- +goose Up
ALTER TABLE eth.transaction_cids
ADD COLUMN tx_type BYTEA;

-- +goose Down
ALTER TABLE eth.transaction_cids
DROP COLUMN tx_type;

0 comments on commit b5f61bd

Please sign in to comment.