add index for note's type + some fixes

This commit is contained in:
azivner
2018-05-21 20:12:46 -04:00
parent e8d089e37e
commit 9fa6c0918c
6 changed files with 18 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
const build = require('./build');
const packageJson = require('../../package');
const APP_DB_VERSION = 91;
const APP_DB_VERSION = 92;
module.exports = {
appVersion: packageJson.version,