Skip to content

Commit

Permalink
fix in path
Browse files Browse the repository at this point in the history
  • Loading branch information
afontainec committed May 24, 2020
1 parent 2b67fb8 commit fe47ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
client: 'pg',
connection: 'postgres://localhost:5432/chinchay_test',
migrations: {
directory: path.join(__dirname, 'db', 'migrations'),
directory: path.join(__dirname, 'db', 'migrations', 'test'),
},
seeds: {
directory: path.join(__dirname, 'db', 'seeds', 'test'),
Expand Down

0 comments on commit fe47ca9

Please sign in to comment.