aboutsummaryrefslogtreecommitdiffhomepage
path: root/database/sql/schema_version_25.sql
blob: e0b634239970e092299f4b5ab092577a211533f1 (plain)
1
2
3
4
ALTER TABLE users ALTER COLUMN theme SET DEFAULT 'light_serif';
UPDATE users SET theme='light_serif' WHERE theme='default';
UPDATE users SET theme='light_sans_serif' WHERE theme='sansserif';
UPDATE users SET theme='dark_serif' WHERE theme='black';