mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
97a4fb9a72
* Add UI setting for collapsing bot comments. Fixes #3838 * Fixing clippy check.
4 lines
93 B
SQL
4 lines
93 B
SQL
ALTER TABLE local_user
|
|
ADD COLUMN collapse_bot_comments boolean DEFAULT FALSE NOT NULL;
|
|
|