relay/migrations/2020-03-14-213217_create_blocks/down.sql

4 lines
102 B
MySQL
Raw Normal View History

2020-03-15 02:05:40 +00:00
-- This file should undo anything in `up.sql`
2020-03-15 17:49:27 +00:00
DROP INDEX blocks_domain_name_index;
2020-03-15 02:05:40 +00:00
DROP TABLE blocks;