created sync table

This commit is contained in:
azivner
2017-10-30 18:44:26 -04:00
parent 8630b3685d
commit d88d562d63
3 changed files with 24 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ const sql = require('./sql');
const fs = require('fs-extra');
const log = require('./log');
const APP_DB_VERSION = 19;
const APP_DB_VERSION = 20;
const MIGRATIONS_DIR = "./migrations";
async function migrate() {