]> Untitled Git - lemmy.git/blob - migrations/2022-11-21-143249_remove-federation-settings/up.sql
Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607)
[lemmy.git] / migrations / 2022-11-21-143249_remove-federation-settings / up.sql
1 alter table local_site drop column federation_strict_allowlist;
2 alter table local_site drop column federation_http_fetch_retry_limit;