]> Untitled Git - lemmy.git/blob - migrations/2020-11-10-150835_community_follower_pending/up.sql
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[lemmy.git] / migrations / 2020-11-10-150835_community_follower_pending / up.sql
1 ALTER TABLE community_follower ADD COLUMN pending BOOLEAN DEFAULT FALSE;