Skip to content

Commit

Permalink
Merge pull request #1878 from famedly/td/bumpdbv9
Browse files Browse the repository at this point in the history
fix: bump database version to v9
  • Loading branch information
td-famedly authored Jul 18, 2024
2 parents 2b0fbd2 + 73e8996 commit 191397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/database/matrix_sdk_database.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import 'package:matrix/src/database/database_file_storage_stub.dart'
/// Learn more at:
/// https://github.com/famedly/matrix-dart-sdk/issues/1642#issuecomment-1865827227
class MatrixSdkDatabase extends DatabaseApi with DatabaseFileStorage {
static const int version = 8;
static const int version = 9;
final String name;
late BoxCollection _collection;
late Box<String> _clientBox;
Expand Down

0 comments on commit 191397e

Please sign in to comment.