mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-13 04:21:35 +00:00
8c85f35b19
* Support signed fetch for federation (fixes #868) * taplo
3 lines
95 B
SQL
3 lines
95 B
SQL
ALTER TABLE local_site
|
|
ADD COLUMN federation_signed_fetch boolean NOT NULL DEFAULT FALSE;
|
|
|