From 512acc0b8c15d4cfbafef21ec20707bac4629ea4 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 14 Aug 2021 12:56:02 +0200 Subject: [PATCH] Prod db now resides in db folder --- knexfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knexfile.js b/knexfile.js index 360fad8..a3da669 100644 --- a/knexfile.js +++ b/knexfile.js @@ -12,7 +12,7 @@ module.exports = { production: { client: 'sqlite3', connection: { - filename: './db.sqlite3' + filename: './db/db.sqlite3' }, migrations: { tableName: 'knex_migrations'