removed id from notes_history, new primary key is note_history_id

This commit is contained in:
azivner
2017-11-02 19:23:52 -04:00
parent 9e3515b122
commit 40e27cd6f7
3 changed files with 28 additions and 3 deletions

View File

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