added document_id for sync identification

This commit is contained in:
azivner
2017-10-28 13:19:12 -04:00
parent c5f80051ae
commit 724f4b43b7
6 changed files with 32 additions and 4 deletions

View File

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