mirror of https://github.com/LemmyNet/lemmy.git
4 lines
95 B
MySQL
4 lines
95 B
MySQL
|
ALTER TABLE local_site
|
||
|
ADD COLUMN federation_signed_fetch boolean NOT NULL DEFAULT FALSE;
|
||
|
|