added date_modified to options as preparation for options syncing

This commit is contained in:
azivner
2017-10-29 16:14:59 -04:00
parent af13b28cab
commit afadd6ec06
6 changed files with 18 additions and 11 deletions

View File

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