mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
97a4fb9a72
* Add UI setting for collapsing bot comments. Fixes #3838 * Fixing clippy check.
4 lines
63 B
SQL
4 lines
63 B
SQL
ALTER TABLE local_user
|
|
DROP COLUMN collapse_bot_comments;
|
|
|