diff --git a/knexfile.js b/knexfile.js index d845dbe9..ea5cc1fa 100644 --- a/knexfile.js +++ b/knexfile.js @@ -6,5 +6,8 @@ module.exports = { connection: { filename: './database.sqlite' }, - useNullAsDefault: true -} \ No newline at end of file + useNullAsDefault: true, + migrations: { + directory: './src/migrations' + } +}