mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-05 06:00:31 +00:00
f0808a1116
- Fixes #319
2 lines
74 B
SQL
Vendored
2 lines
74 B
SQL
Vendored
alter table user_ add column lang varchar(20) default 'browser' not null;
|