mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
8 lines
233 B
SQL
8 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;
|