]> Untitled Git - lemmy.git/blob - migrations/2020-11-10-150835_community_follower_pending/down.sql
Fixing slow joins to post_read, post_saved, and comment_saved . (#2738)
[lemmy.git] / migrations / 2020-11-10-150835_community_follower_pending / down.sql
1 ALTER TABLE community_follower DROP COLUMN pending;