Remove tx from migrations (goose does it automagically)

This commit is contained in:
Edvard
2019-01-25 11:44:05 +01:00
parent bbb9260d13
commit 8de6fc45e1
62 changed files with 74 additions and 137 deletions
@@ -8,7 +8,7 @@ CREATE TABLE transactions
tx_gaslimit NUMERIC,
tx_gasprice NUMERIC,
tx_value NUMERIC
)
);
-- +goose Down
DROP TABLE transactions
DROP TABLE transactions;