ipld-eth-server/db/migrations/1542222088_drop_pit_file_stability_fee.up.sql

5 lines
123 B
MySQL
Raw Normal View History

DROP TABLE maker.pit_file_stability_fee;
ALTER TABLE public.checked_headers
DROP COLUMN pit_file_stability_fee_checked;