forked from cerc-io/ipld-eth-server
Remove tx from migrations (goose does it automagically)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user