]> Untitled Git - lemmy.git/blob - migrations/2021-04-24-174047_add_show_read_post_setting/up.sql
Add show_read_posts filter. Fixes #1561
[lemmy.git] / migrations / 2021-04-24-174047_add_show_read_post_setting / up.sql
1 alter table local_user add column show_read_posts boolean default true not null;