forked from mirrors/relay
4 lines
98 B
MySQL
4 lines
98 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP INDEX settings_key_index;
|
||
|
DROP TABLE settings;
|