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
+2 -2
View File
@@ -3,7 +3,7 @@ CREATE TABLE watched_contracts
(
contract_id SERIAL PRIMARY KEY,
contract_hash VARCHAR(66)
)
);
-- +goose Down
DROP TABLE watched_contracts
DROP TABLE watched_contracts;