lemmy/migrations/2024-01-25-151400_remove_au.../up.sql

8 lines
264 B
MySQL
Raw Normal View History

2024-01-25 15:18:39 +00:00
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;