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

4 lines
99 B
MySQL
Raw Normal View History

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