forked from cerc-io/ipld-eth-server
Remove tx from migrations (goose does it automagically)
This commit is contained in:
@@ -8,7 +8,7 @@ CREATE TABLE transactions
|
||||
tx_gaslimit NUMERIC,
|
||||
tx_gasprice NUMERIC,
|
||||
tx_value NUMERIC
|
||||
)
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE transactions
|
||||
DROP TABLE transactions;
|
||||
|
||||
Reference in New Issue
Block a user