forked from mirrors/relay
4 lines
99 B
MySQL
4 lines
99 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP INDEX blocks_actor_id_index;
|
||
|
DROP TABLE blocks;
|