cleanup columns from notes table

This commit is contained in:
azivner
2017-10-22 21:05:01 -04:00
parent 14625cc613
commit 1cc75ad385
2 changed files with 4 additions and 1 deletions

View File

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