ipld-eth-server/db/migrations/1542222088_drop_pit_file_stability_fee.up.sql
Rob Mulholand 854236fd99 (VDB-267) Remove pit file stability fee
- Method is no longer present on the Pit contract
2018-11-15 12:14:59 -06:00

5 lines
123 B
SQL

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