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
93 B
SQL
3 lines
93 B
SQL
ALTER TABLE local_user
|
|
ADD COLUMN collapse_bot_comments boolean DEFAULT FALSE NOT NULL;
|
|
|