mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
c0821fcaa5
- Fixes #276
2 lines
74 B
SQL
Vendored
2 lines
74 B
SQL
Vendored
alter table user_ add column theme varchar(20) default 'darkly' not null;
|