electron fixes

This commit is contained in:
azivner
2018-04-05 23:17:19 -04:00
parent 98f80998b9
commit e827ddffb9
7 changed files with 37 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ const appInfo = require('../../services/app_info');
async function getMigrationInfo() {
return {
dbVersion: parseInt(await optionService.getOption('dbVersion')),
app_dbVersion: appInfo.dbVersion
appDbVersion: appInfo.dbVersion
};
}