mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
a0ea8dbc00
* Revert "Automatically resolve report when post/comment is removed (#3850)"
This reverts commit f7f6766650
.
* Automatically resolve reports using db trigger
* lint
* use mod log tables
* fix migration
* fix ci
* fix clippy
9 lines
265 B
SQL
9 lines
265 B
SQL
DROP TRIGGER IF EXISTS post_removed_resolve_reports ON mod_remove_post;
|
|
|
|
DROP FUNCTION IF EXISTS post_removed_resolve_reports;
|
|
|
|
DROP TRIGGER IF EXISTS comment_removed_resolve_reports ON mod_remove_comment;
|
|
|
|
DROP FUNCTION IF EXISTS comment_removed_resolve_reports;
|
|
|