]> Untitled Git - lemmy.git/blob - crates/db_schema/src/aggregates/mod.rs
Cache & Optimize Woodpecker CI (#3450)
[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 person_post_aggregates;
9 #[cfg(feature = "full")]
10 pub mod post_aggregates;
11 #[cfg(feature = "full")]
12 pub mod site_aggregates;
13 pub mod structs;