lemmy/crates/db_schema/src
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
..
aggregates Add report_counts to post and comment aggregate tables. (#5219) 2024-11-25 11:24:57 +01:00
impls Add helper method for caching function results (#5220) 2024-11-22 09:33:35 -05:00
source Removing a few expects from production and test code. (#5193) 2024-11-15 08:18:52 -05:00
utils Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
lib.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
newtypes.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
schema.rs Add report_counts to post and comment aggregate tables. (#5219) 2024-11-25 11:24:57 +01:00
schema_setup.rs Remove opentelemetry (#4741) 2024-09-10 13:36:03 -04:00
sensitive.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
traits.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
utils.rs Fixing a few clippy recommendations on 1.84 nightly. (#5222) 2024-11-25 10:06:39 +01:00