relay/migrations/2020-03-14-213217_create_blocks/down.sql
2020-03-14 21:05:40 -05:00

3 lines
99 B
SQL

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