forked from cerc-io/ipld-eth-server
Added From field to transactions
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE transactions
|
||||
DROP COLUMN tx_from
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE transactions
|
||||
ADD COLUMN tx_from VARCHAR(66)
|
||||
Reference in New Issue
Block a user