ipld-eth-server/db/migrations/1536615440_create_deal.down.sql
2018-10-26 15:16:07 +02:00

4 lines
86 B
SQL

DROP TABLE maker.deal;
ALTER TABLE public.checked_headers
DROP COLUMN deal_checked;