fix: derive consistent md5 ids from tag title

This commit is contained in:
thecodrr
2021-02-20 11:31:44 +05:00
parent 25ee202d64
commit e898db9562
8 changed files with 28 additions and 13 deletions

View File

@@ -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() {