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'