lemmy/migrations/2025-02-11-131045_ban-remove-content-pm/up.sql
Nutomic 0af973c3a2
Also remove private messages when banning user with "remove content" (#5414)
* 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
81 B
SQL

ALTER TABLE private_message
ADD COLUMN removed bool NOT NULL DEFAULT FALSE;