]> Untitled Git - lemmy.git/blob - migrations/2023-06-19-055530_add_retry_worker_setting/down.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2023-06-19-055530_add_retry_worker_setting / down.sql
1 ALTER TABLE local_site
2     ADD COLUMN federation_worker_count int DEFAULT 64 NOT NULL;
3