mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix: derive consistent md5 ids from tag title
This commit is contained in:
@@ -14,6 +14,7 @@ class Migrations {
|
||||
async init() {
|
||||
this.dbVersion =
|
||||
(await this._db.context.read("v")) || CURRENT_DATABASE_VERSION;
|
||||
this._db.context.write("v", this.dbVersion);
|
||||
}
|
||||
|
||||
async migrate() {
|
||||
|
||||
Reference in New Issue
Block a user