]> Untitled Git - lemmy.git/blob - migrations/2022-11-21-204256_user-following/down.sql
Split activity table into sent and received parts (fixes #3103) (#3583)
[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;