lemmy/migrations/2023-06-22-101245_increase_.../up.sql

3 lines
134 B
SQL

alter table only local_user alter column theme type text;
alter table only local_user alter column theme set default 'browser'::text;