From 6005b10f87318d102ac45800940390a3d9fbe1c9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 30 Dec 2016 10:53:21 -0800 Subject: [PATCH] database version --- ext/bg/js/database.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}; }