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 -1
View File
@@ -42,6 +42,7 @@ ALTER TABLE public.checked_headers
ALTER TABLE public.checked_headers
ADD COLUMN drip_file_vow_checked BOOLEAN NOT NULL DEFAULT FALSE;
-- +goose Down
DROP TABLE maker.drip_file_ilk;
DROP TABLE maker.drip_file_repo;
@@ -54,4 +55,4 @@ ALTER TABLE public.checked_headers
DROP COLUMN drip_file_repo_checked;
ALTER TABLE public.checked_headers
DROP COLUMN drip_file_vow_checked;
DROP COLUMN drip_file_vow_checked;