removed ID from options, opt_name is now new primary key

This commit is contained in:
azivner
2017-11-02 23:02:35 -04:00
parent a7f95e95e9
commit 4073f6a967
2 changed files with 12 additions and 1 deletions

View File

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