reorg: separate db::records from insertable models
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
pub mod conversation;
|
||||
pub mod participant;
|
||||
pub mod date;
|
||||
pub mod participant;
|
||||
pub mod db;
|
||||
|
||||
// Re-export the public types
|
||||
pub use conversation::Conversation;
|
||||
pub use participant::Participant;
|
||||
Reference in New Issue
Block a user