ipld-eth-server/db/migrations/1536615440_create_deal.down.sql

4 lines
86 B
MySQL
Raw Normal View History

2018-10-26 13:16:07 +00:00
DROP TABLE maker.deal;
ALTER TABLE public.checked_headers
DROP COLUMN deal_checked;