mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-05-16 14:28:54 +00:00
* Block NSFW content on instances with it disabled * Make disallow_nsfw_content a local_site setting * Clippy * Add comma * SQL fmt * Newline * Use func in apub + update js-client * Remove extra db queries, add purge_post_images * Add back local_site to funcs that need it * Fix tests * Add delay to api test * Address comments * Cleanup * Return results from db func * fmt * Remove unneeded result * Sync translations
3 lines
63 B
SQL
3 lines
63 B
SQL
ALTER TABLE local_site
|
|
DROP COLUMN disallow_nsfw_content;
|
|
|