mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-25 19:11:08 +00:00
3 lines
110 B
SQL
3 lines
110 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP INDEX whitelists_domain_name_index;
|
|
DROP TABLE whitelists;
|