kordophone-db: adds support for the Messages table
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
pub mod conversation;
|
||||
pub mod participant;
|
||||
pub mod message;
|
||||
pub mod db;
|
||||
|
||||
pub use conversation::Conversation;
|
||||
pub use participant::Participant;
|
||||
pub use participant::Participant;
|
||||
pub use message::Message;
|
||||
Reference in New Issue
Block a user