Private
Public Access
1
0

reorg: separate db::records from insertable models

This commit is contained in:
2024-12-21 17:09:37 -08:00
parent c4c6e4245d
commit 8f523fd7fc
7 changed files with 123 additions and 107 deletions

View File

@@ -0,0 +1,2 @@
pub mod conversation;
pub mod participant;