4 lines
99 B
SQL
4 lines
99 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP INDEX blocks_actor_id_index;
|
|
DROP TABLE blocks;
|