notes_tree is now soft deleted as well

This commit is contained in:
azivner
2017-10-24 22:58:59 -04:00
parent 8e47e34d1f
commit 5df3b78abc
8 changed files with 44 additions and 11 deletions

View File

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