]> Untitled Git - lemmy.git/blob - migrations/2021-04-24-174047_add_show_read_post_setting/up.sql
Adding distinguish comment. Fixes #2002 (#2391)
[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;