a6c84daa1a
* Theming - Custom CSS for blogs - Custom themes for instance - New dark theme - UI to choose your instance theme - Option to disable blog themes if you prefer to only have the instance theme - UI to choose a blog theme
5 lines
177 B
SQL
5 lines
177 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE blogs DROP COLUMN theme;
|
|
ALTER TABLE users DROP COLUMN preferred_theme;
|
|
ALTER TABLE users DROP COLUMN hide_custom_css;
|