mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-11 01:10:29 +00:00
2 lines
144 B
MySQL
2 lines
144 B
MySQL
|
alter table local_site add column content_warning text;
|
||
|
alter table community add column only_followers_can_vote boolean not null default false;
|