mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-26 21:01:34 +00:00
ba3d574d92
* 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. |
||
---|---|---|
.. | ||
comment_report_view.rs | ||
comment_view.rs | ||
custom_emoji_view.rs | ||
lib.rs | ||
local_image_view.rs | ||
local_user_view.rs | ||
post_report_view.rs | ||
post_view.rs | ||
private_message_report_view.rs | ||
private_message_view.rs | ||
registration_application_view.rs | ||
site_view.rs | ||
structs.rs | ||
vote_view.rs |