]> Untitled Git - lemmy.git/blob - crates/db_schema/src/aggregates/mod.rs
03ab1b89a0dc991d460a86add4fd14589b61adf1
[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;