mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 13:51:19 +00:00
3 lines
168 B
MySQL
3 lines
168 B
MySQL
|
alter table federation_blocklist drop column reason;
|
||
|
alter table federation_blocklist drop column expires;
|
||
|
alter table federation_blocklist drop column admin_person_id;
|