]> Untitled Git - lemmy.git/blob - migrations/2022-11-21-143249_remove-federation-settings/up.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2022-11-21-143249_remove-federation-settings / up.sql
1 ALTER TABLE local_site
2     DROP COLUMN federation_strict_allowlist;
3
4 ALTER TABLE local_site
5     DROP COLUMN federation_http_fetch_retry_limit;
6