mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 23:15:08 -04:00
Merge branch 'store-upgrade-fix'
This commit is contained in:
@@ -266,7 +266,7 @@ impl SledStore {
|
||||
self.outbound_group_sessions.clear()?;
|
||||
}
|
||||
|
||||
self.inner.insert("version", DATABASE_VERSION.to_be_bytes().as_ref())?;
|
||||
self.inner.insert("store_version", DATABASE_VERSION.to_be_bytes().as_ref())?;
|
||||
self.inner.flush()?;
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user