mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 17:34:16 +00:00
2 lines
81 B
SQL
2 lines
81 B
SQL
alter table local_user add column show_read_posts boolean default true not null;
|