]> Untitled Git - lemmy.git/blob - migrations/2022-11-21-143249_remove-federation-settings/down.sql
Fix #3501 - Fix aggregation counts for elements removed and deleted (#3543)
[lemmy.git] / migrations / 2022-11-21-143249_remove-federation-settings / down.sql
1 alter table local_site add column federation_strict_allowlist bool default true not null;
2 alter table local_site add column federation_http_fetch_retry_limit int not null default 25;