ipld-eth-server/db/migrations/1536603967_create_drip_file.down.sql

12 lines
316 B
MySQL
Raw Normal View History

2018-10-26 13:12:41 +00:00
DROP TABLE maker.drip_file_ilk;
DROP TABLE maker.drip_file_repo;
DROP TABLE maker.drip_file_vow;
ALTER TABLE public.checked_headers
DROP COLUMN drip_file_ilk_checked;
ALTER TABLE public.checked_headers
DROP COLUMN drip_file_repo_checked;
ALTER TABLE public.checked_headers
DROP COLUMN drip_file_vow_checked;