mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
9 lines
265 B
MySQL
9 lines
265 B
MySQL
|
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;
|
||
|
|