ipld-eth-server/db/migrations/1534295713_create_bite.down.sql

4 lines
86 B
MySQL
Raw Normal View History

2018-10-26 13:21:04 +00:00
DROP TABLE maker.bite;
ALTER TABLE public.checked_headers
DROP COLUMN bite_checked;