mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-06-09 06:39:42 +00:00
4 lines
98 B
SQL
4 lines
98 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP INDEX settings_key_index;
|
|
DROP TABLE settings;
|