mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-03 09:40:16 +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;
|