]> Untitled Git - lemmy.git/blob - migrations/2020-12-14-020038_create_comment_aggregates/down.sql
Fixing broken SQL migration formatting. (#3800)
[lemmy.git] / migrations / 2020-12-14-020038_create_comment_aggregates / down.sql
1 -- comment aggregates
2 DROP TABLE comment_aggregates;
3
4 DROP TRIGGER comment_aggregates_comment ON comment;
5
6 DROP TRIGGER comment_aggregates_score ON comment_like;
7
8 DROP FUNCTION comment_aggregates_comment, comment_aggregates_score;
9