mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Nutomic
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
3 lines
96 B
SQL
3 lines
96 B
SQL
drop table person_follower;
|
|
|
|
alter table community_follower alter column pending drop not null;
|