added date_modified to notes_tree

This commit is contained in:
azivner
2017-10-22 22:56:42 -04:00
parent 3009c5e15e
commit a5bd4c7b6a
5 changed files with 32 additions and 13 deletions

View File

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