]> Untitled Git - lemmy.git/blob - migrations/2021-03-31-103917_add_show_score_setting/up.sql
Split activity table into sent and received parts (fixes #3103) (#3583)
[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;