]> Untitled Git - lemmy.git/blob - migrations/2022-11-21-204256_user-following/down.sql
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[lemmy.git] / migrations / 2022-11-21-204256_user-following / down.sql
1 drop table person_follower;
2
3 alter table community_follower alter column pending drop not null;