]> Untitled Git - lemmy.git/blob - migrations/2021-04-24-174047_add_show_read_post_setting/up.sql
Adding unique constraint for activity ap_id. Fixes #1878 (#1935)
[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;