note history snapshots now have date from and date to

This commit is contained in:
azivner
2017-10-24 19:36:37 -04:00
parent 11bbf9e633
commit d1981eb6c3
6 changed files with 12 additions and 6 deletions

View File

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