mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-26 03:21:04 +00:00
4 lines
107 B
MySQL
4 lines
107 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP INDEX whitelists_actor_id_index;
|
||
|
DROP TABLE whitelists;
|