notes are now soft-deleted

This commit is contained in:
azivner
2017-10-22 22:13:24 -04:00
parent 1cc75ad385
commit 3009c5e15e
5 changed files with 42 additions and 34 deletions

View File

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