lemmy/crates
Dessalines ba3d574d92
Add report_counts to post and comment aggregate tables. (#5219)
* Add report_counts to post and comment aggregate tables.

- This adds a report_count and unresolved_report_count to
  the post and comment aggregate tables.
- Useful for front-ends wishing to show report links.
- Fixes #4163

* Updating the historical counts.

* Switching from bigint to smallint.

* Using dullbananas create_trigger function.
2024-11-25 11:24:57 +01:00
..
api Upgrading diesel and a few other deps. (#5203) 2024-11-18 10:23:02 -07:00
api_common More test coverage for private community, fix some bugs (#5207) 2024-11-22 10:49:56 -05:00
api_crud Add helper method for caching function results (#5220) 2024-11-22 09:33:35 -05:00
apub More test coverage for private community, fix some bugs (#5207) 2024-11-22 10:49:56 -05:00
db_perf Upgrading diesel and a few other deps. (#5203) 2024-11-18 10:23:02 -07:00
db_schema Add report_counts to post and comment aggregate tables. (#5219) 2024-11-25 11:24:57 +01:00
db_views Add report_counts to post and comment aggregate tables. (#5219) 2024-11-25 11:24:57 +01:00
db_views_actor Fixing a few clippy recommendations on 1.84 nightly. (#5222) 2024-11-25 10:06:39 +01:00
db_views_moderator Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
federate Fixing a few clippy recommendations on 1.84 nightly. (#5222) 2024-11-25 10:06:39 +01:00
routes Dont sanitize RSS content manually (fixes #5171) (#5174) 2024-11-18 09:58:31 -05:00
utils Add helper method for caching function results (#5220) 2024-11-22 09:33:35 -05:00