mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
97a4fb9a72
* Add UI setting for collapsing bot comments. Fixes #3838 * Fixing clippy check.
3 lines
63 B
SQL
3 lines
63 B
SQL
ALTER TABLE local_user
|
|
DROP COLUMN collapse_bot_comments;
|
|
|