lemmy/migrations/2023-11-02-120140_apub-signed-fetch/down.sql
Nutomic 8c85f35b19
Support signed fetch for federation (fixes #868) (#4125)
* Support signed fetch for federation (fixes #868)

* taplo
2023-11-06 16:02:01 -05:00

4 lines
65 B
SQL

ALTER TABLE local_site
DROP COLUMN federation_signed_fetch;