mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04: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;
|