mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 11:34:08 +00:00
taplo
This commit is contained in:
parent
f3bcfe84cc
commit
36bcf422de
|
@ -1 +1,3 @@
|
||||||
alter table local_site drop column federation_signed_fetch;
|
ALTER TABLE local_site
|
||||||
|
DROP COLUMN federation_signed_fetch;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
alter table local_site add column federation_signed_fetch boolean not null default false;
|
ALTER TABLE local_site
|
||||||
|
ADD COLUMN federation_signed_fetch boolean NOT NULL DEFAULT FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue