修复升级数据库升级失败

This commit is contained in:
2025-02-17 22:11:51 +08:00
parent b0eb7795e4
commit 6cf1e7df5b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ export class BaseRealmService extends BaseService {
VideoMessage
],
path: this.dbpath,
schemaVersion: 37,
schemaVersion: 39,
migration: migration
}
this.realm = await Realm.open(config)