forked from cerc-io/ipld-eth-server
Remove tx from migrations (goose does it automagically)
This commit is contained in:
@@ -16,7 +16,8 @@ CREATE TABLE maker.flap_kick (
|
||||
ALTER TABLE public.checked_headers
|
||||
ADD COLUMN flap_kick_checked BOOLEAN NOT NULL DEFAULT FALSE;
|
||||
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE maker.flap_kick;
|
||||
ALTER TABLE public.checked_headers
|
||||
DROP COLUMN flap_kick_checked;
|
||||
DROP COLUMN flap_kick_checked;
|
||||
|
||||
Reference in New Issue
Block a user