]> Untitled Git - lemmy.git/blob - migrations/2021-03-31-103917_add_show_score_setting/up.sql
Adding a site option to email admins for new reports. (#2730)
[lemmy.git] / migrations / 2021-03-31-103917_add_show_score_setting / up.sql
1 alter table local_user add column show_scores boolean default true not null;