remove all other foreign keys from synced entities

This commit is contained in:
azivner
2017-12-20 22:43:24 -05:00
parent 111d92bd81
commit 57c4465a37
3 changed files with 36 additions and 2 deletions

View File

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