drop links and images tables

This commit is contained in:
azivner
2017-11-29 20:48:58 -05:00
parent 3386cd790e
commit 6d603eda86
2 changed files with 3 additions and 1 deletions
@@ -0,0 +1,2 @@
DROP TABLE IF EXISTS links;
DROP TABLE IF EXISTS images;
+1 -1
View File
@@ -4,7 +4,7 @@ const options = require('./options');
const fs = require('fs-extra');
const log = require('./log');
const APP_DB_VERSION = 45;
const APP_DB_VERSION = 46;
const MIGRATIONS_DIR = "migrations";
async function migrate() {