We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef4739 commit 408e66eCopy full SHA for 408e66e
migrations/umzug/index.js
@@ -12,7 +12,7 @@ console.log('Umzug migrations running in:', __dirname);
12
// Initialize Umzug
13
const umzug = new Umzug({
14
migrations: {
15
- glob: 'migrations/*.js',
+ glob: __dirname + '/migrations/*.js',
16
resolve: ({ name, path, context }) => {
17
const migration = require(path);
18
return {
0 commit comments