mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-03-16 00:12:41 +00:00
* Also remove private messages when banning user with "remove content" * add private message removed * fix formatting
3 lines
81 B
SQL
3 lines
81 B
SQL
ALTER TABLE private_message
|
|
ADD COLUMN removed bool NOT NULL DEFAULT FALSE;
|
|
|