diff --git a/xmtp_mls/src/storage/encrypted_store/schema.rs b/xmtp_mls/src/storage/encrypted_store/schema.rs index 5d2f68c30..92b5dace1 100644 --- a/xmtp_mls/src/storage/encrypted_store/schema.rs +++ b/xmtp_mls/src/storage/encrypted_store/schema.rs @@ -8,7 +8,7 @@ diesel::table! { installations_last_checked -> BigInt, added_by_inbox_id -> Text, welcome_id -> Nullable, - dm_inbox_id -> Nullable, + dm_id -> Nullable, rotated_at_ns -> BigInt, conversation_type -> Integer, message_id -> Nullable,