mirror of https://github.com/LemmyNet/lemmy.git
8 lines
233 B
MySQL
8 lines
233 B
MySQL
|
-- 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;
|