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
2023-09-05 05:35:10 -04:00
..
comment_report_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
comment_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
lib.rs Add Custom Emojis Support (#2616) 2023-03-20 17:32:31 -04:00
local_user_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
post_report_view.rs Auto resolve reports trigger (#3871) 2023-09-05 05:35:10 -04:00
post_view.rs Remove left joins and use only one call to select method in post_view.rs (#3865) 2023-09-04 11:05:00 +02:00
private_message_report_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
private_message_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
registration_application_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
site_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
structs.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00