mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
7 lines
233 B
SQL
7 lines
233 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;
|