mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Nutomic
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
8 lines
265 B
SQL
8 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;
|
|
|