]> Untitled Git - lemmy.git/blob - migrations/2021-03-31-103917_add_show_score_setting/down.sql
Split activity table into sent and received parts (fixes #3103) (#3583)
[lemmy.git] / migrations / 2021-03-31-103917_add_show_score_setting / down.sql
1 alter table local_user drop column show_scores;