mirror of https://github.com/LemmyNet/lemmy.git
7 lines
168 B
MySQL
7 lines
168 B
MySQL
|
ALTER TABLE site
|
||
|
ADD COLUMN content_warning text;
|
||
|
|
||
|
ALTER TABLE local_site
|
||
|
ADD COLUMN default_post_listing_mode post_listing_mode_enum NOT NULL DEFAULT 'List';
|
||
|
|