relay/migrations/2020-03-14-213217_create_blocks/down.sql
2020-03-15 12:49:27 -05:00

4 lines
102 B
SQL

-- This file should undo anything in `up.sql`
DROP INDEX blocks_domain_name_index;
DROP TABLE blocks;