database version
This commit is contained in:
parent
9dfafe9d26
commit
6005b10f87
@ -20,7 +20,7 @@
|
|||||||
class Database {
|
class Database {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.db = null;
|
this.db = null;
|
||||||
this.dbVersion = 1;
|
this.dbVersion = 2;
|
||||||
this.tagMetaCache = {};
|
this.tagMetaCache = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user