lemmy/migrations/2022-08-05-203502_add_person_post_aggregates/down.sql
Dessalines 0aeb78b8f3
Showing # of unread comments for posts. Fixes #2134 (#2393)
* Showing # of unread comments for posts. Fixes #2134

* Fix lint.

* Forgot to remove comment list update.

* Fix clippy
2022-09-27 16:45:46 +00:00

2 lines
35 B
SQL

drop table person_post_aggregates;