lemmy/crates/db_schema/replaceable_schema
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
..
triggers.sql Add report_counts to post and comment aggregate tables. (#5219) 2024-11-25 11:24:57 +01:00
utils.sql Move aggregates to replaceable_schema, fix error (fixes #5186) (#5190) 2024-11-12 12:03:30 -05:00