You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2020-12-14-020038_create_co.../down.sql

10 lines
232 B
SQL

-- 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;