We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49db60d commit 81ff96dCopy full SHA for 81ff96d
1 file changed
crates/matrix-sdk-sqlite/src/crypto_store.rs
@@ -175,7 +175,7 @@ impl SqliteCryptoStore {
175
}
176
177
178
-const DATABASE_VERSION: u8 = 11;
+const DATABASE_VERSION: u8 = 12;
179
180
/// key for the dehydrated device pickle key in the key/value table.
181
const DEHYDRATED_DEVICE_PICKLE_KEY: &str = "dehydrated_device_pickle_key";
0 commit comments