event_log - entity and logging sync info

This commit is contained in:
azivner
2017-11-03 22:08:27 -04:00
parent bd71547258
commit e35c2dd4ad
10 changed files with 90 additions and 76 deletions

View File

@@ -4,7 +4,7 @@ const options = require('./options');
const fs = require('fs-extra');
const log = require('./log');
const APP_DB_VERSION = 24;
const APP_DB_VERSION = 25;
const MIGRATIONS_DIR = "./migrations";
async function migrate() {