Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Dec 20, 2024
1 parent 3dbcd67 commit 70ac2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_mls/src/storage/encrypted_store/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ diesel::table! {
installations_last_checked -> BigInt,
added_by_inbox_id -> Text,
welcome_id -> Nullable<BigInt>,
dm_inbox_id -> Nullable<Text>,
dm_id -> Nullable<Text>,
rotated_at_ns -> BigInt,
conversation_type -> Integer,
message_id -> Nullable<Binary>,
Expand Down

0 comments on commit 70ac2b4

Please sign in to comment.