]> Untitled Git - lemmy.git/blob - crates/db_schema/src/aggregates/mod.rs
Convert emails to lowercase (fixes #2462) (#2463)
[lemmy.git] / crates / db_schema / src / aggregates / mod.rs
1 #[cfg(feature = "full")]
2 pub mod comment_aggregates;
3 #[cfg(feature = "full")]
4 pub mod community_aggregates;
5 #[cfg(feature = "full")]
6 pub mod person_aggregates;
7 #[cfg(feature = "full")]
8 pub mod post_aggregates;
9 #[cfg(feature = "full")]
10 pub mod site_aggregates;
11 pub mod structs;