mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-03-16 08:22:40 +00:00
* Also remove private messages when banning user with "remove content" * add private message removed * fix formatting
3 lines
54 B
SQL
3 lines
54 B
SQL
ALTER TABLE private_message
|
|
DROP COLUMN removed;
|
|
|