lemmy/migrations/2024-01-22-105746_lemmynsfw.../up.sql

2 lines
144 B
MySQL
Raw Normal View History

alter table local_site add column content_warning text;
alter table community add column only_followers_can_vote boolean not null default false;