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
@@ -2,8 +2,8 @@
CREATE TABLE public.blocks
(
block_number BIGINT
)
);
-- +goose Down
DROP TABLE public.blocks
DROP TABLE public.blocks;