]> Untitled Git - lemmy.git/blob - migrations/2021-04-24-174047_add_show_read_post_setting/down.sql
Speedup CI (#3852)
[lemmy.git] / migrations / 2021-04-24-174047_add_show_read_post_setting / down.sql
1 ALTER TABLE local_user
2     DROP COLUMN show_read_posts;
3