relay/migrations/2020-03-14-211045_create_listeners/down.sql

4 lines
105 B
MySQL
Raw Normal View History

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