]> Untitled Git - lemmy.git/blob - migrations/2022-11-21-143249_remove-federation-settings/down.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2022-11-21-143249_remove-federation-settings / down.sql
1 ALTER TABLE local_site
2     ADD COLUMN federation_strict_allowlist bool DEFAULT TRUE NOT NULL;
3
4 ALTER TABLE local_site
5     ADD COLUMN federation_http_fetch_retry_limit int NOT NULL DEFAULT 25;
6