1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-03-16 08:22:40 +00:00
lemmy/migrations/2025-02-11-131045_ban-remove-content-pm/down.sql
Nutomic 0af973c3a2
Also remove private messages when banning user with "remove content" ()
* Also remove private messages when banning user with "remove content"

* add private message removed

* fix formatting
2025-02-12 07:45:07 -05:00

3 lines
54 B
SQL

ALTER TABLE private_message
DROP COLUMN removed;