diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-30 10:53:21 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-30 10:53:21 -0800 |
commit | 6005b10f87318d102ac45800940390a3d9fbe1c9 (patch) | |
tree | 0242e9fddbf0c984f68ea9ba94ccee8a058bca13 /ext | |
parent | 9dfafe9d26a63fac404afded0f3d362483dc7c60 (diff) |
database version
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bg/js/database.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/database.js b/ext/bg/js/database.js index 9fb45794..b74a59a0 100644 --- a/ext/bg/js/database.js +++ b/ext/bg/js/database.js @@ -20,7 +20,7 @@ class Database { constructor() { this.db = null; - this.dbVersion = 1; + this.dbVersion = 2; this.tagMetaCache = {}; } |