From 70ac2b403d4af195d0a2b053f1c45dcef450431e Mon Sep 17 00:00:00 2001 From: Dakota Brink Date: Fri, 20 Dec 2024 17:31:03 -0500 Subject: [PATCH] fix --- xmtp_mls/src/storage/encrypted_store/schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,