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