Plume/migrations/postgres/2019-06-19-141114_themes/down.sql

5 lines
177 B
MySQL
Raw Normal View History

-- 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;