lemmy/lemmy_db/src/views/mod.rs

9 lines
260 B
Rust
Raw Normal View History

2020-12-06 04:37:16 +00:00
pub mod community_follower_view;
pub mod community_moderator_view;
pub mod community_user_ban_view;
2020-12-04 16:29:44 +00:00
pub mod community_view;
2020-12-02 19:32:47 +00:00
pub mod site_view;
2020-12-03 03:39:31 +00:00
pub mod user_view;
2020-12-04 16:29:44 +00:00
// TODO Every single aggregate trigger is likely broken, you need to test every one of these out