You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_views/src
Nutomic a0ea8dbc00
Auto resolve reports trigger (#3871)
* Revert "Automatically resolve report when post/comment is removed (#3850)"

This reverts commit f7f6766650.

* Automatically resolve reports using db trigger

* lint

* use mod log tables

* fix migration

* fix ci

* fix clippy
9 months ago
..
comment_report_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
comment_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 11 months ago
lib.rs Add Custom Emojis Support (#2616) 1 year ago
local_user_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
post_report_view.rs Auto resolve reports trigger (#3871) 9 months ago
post_view.rs Remove left joins and use only one call to select method in post_view.rs (#3865) 9 months ago
private_message_report_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
private_message_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
registration_application_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
site_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
structs.rs Use Queryable instead of JoinView (#3917) 9 months ago