separate sync for pull (implemented) and push (not yet)

This commit is contained in:
azivner
2017-10-26 20:31:31 -04:00
parent f6033705a7
commit 266727a21b
9 changed files with 116 additions and 73 deletions

View File

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