lemmy/migrations/2020-12-14-020038_create_co.../down.sql

10 lines
232 B
MySQL
Raw Normal View History

2020-12-15 15:28:25 +00:00
-- comment aggregates
DROP TABLE comment_aggregates;
DROP TRIGGER comment_aggregates_comment ON comment;
DROP TRIGGER comment_aggregates_score ON comment_like;
DROP FUNCTION comment_aggregates_comment, comment_aggregates_score;