mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
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';
|
||
|
|