mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-03 09:40:16 +00:00
d20d2b9218
* Implement federated user following (fixes #752) * rewrite send_activity_in_community and add docs, remove default for column pending * improve migration * replace null values in db migration
4 lines
96 B
SQL
4 lines
96 B
SQL
drop table person_follower;
|
|
|
|
alter table community_follower alter column pending drop not null;
|