mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-05 13:37:59 +00:00
4 lines
93 B
MySQL
4 lines
93 B
MySQL
|
ALTER TABLE local_site
|
||
|
ADD COLUMN disallow_nsfw_content boolean DEFAULT FALSE NOT NULL;
|
||
|
|