added sync for recent notes

This commit is contained in:
azivner
2017-11-05 00:16:02 -04:00
parent 3fb30a0b5c
commit ae23f2ea84
6 changed files with 48 additions and 6 deletions

View File

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