Private
Public Access
1
0

Started working on contact resolution

This commit is contained in:
2025-06-26 16:23:53 -07:00
parent 3b30cb77c8
commit bb19db17cd
14 changed files with 405 additions and 27 deletions

View File

@@ -16,6 +16,7 @@ diesel::table! {
id -> Integer,
display_name -> Nullable<Text>,
is_me -> Bool,
contact_id -> Nullable<Text>,
}
}