lemmy/migrations/2022-11-21-143249_remove-federation-settings/up.sql

3 lines
134 B
MySQL
Raw Normal View History

alter table local_site drop column federation_strict_allowlist;
alter table local_site drop column federation_http_fetch_retry_limit;