mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
4 lines
96 B
MySQL
4 lines
96 B
MySQL
|
drop table person_follower;
|
||
|
|
||
|
alter table community_follower alter column pending drop not null;
|