relay/migrations/2020-03-14-213511_create_whitelists/down.sql
2020-03-14 21:05:40 -05:00

4 lines
107 B
SQL

-- This file should undo anything in `up.sql`
DROP INDEX whitelists_actor_id_index;
DROP TABLE whitelists;