ipld-eth-server/db/migrations/1534799167_create_dent.down.sql

4 lines
86 B
MySQL
Raw Normal View History

2018-10-26 13:17:30 +00:00
DROP TABLE maker.dent;
ALTER TABLE public.checked_headers
DROP COLUMN dent_checked;