diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-07 19:15:51 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-07 19:15:51 -0800 |
commit | 5ad4782bfb6db09e55fffba6057d42c1022d930e (patch) | |
tree | 574788c414c187586c34e92c0732672a6e6a403d /ext/bg/js/database.js | |
parent | da29797dcf017e23e09ca6288e81899d12b8c9c2 (diff) |
Fixes
Diffstat (limited to 'ext/bg/js/database.js')
-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 19e3228f..7cf92c44 100644 --- a/ext/bg/js/database.js +++ b/ext/bg/js/database.js @@ -20,7 +20,7 @@ class Database { constructor() { this.db = null; - this.dbVer = 6; + this.dbVer = 7; this.entities = null; } |