mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-05-20 16:51:03 +00:00
4 lines
102 B
SQL
4 lines
102 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP INDEX blocks_domain_name_index;
|
|
DROP TABLE blocks;
|