lemmy/lemmy_db/src/views/mod.rs

9 lines
260 B
Rust
Raw Normal View History

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