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 83228dd commit 082b71aCopy full SHA for 082b71a
migrations/umzug/index.js
@@ -12,7 +12,7 @@ console.log('Umzug migration script:', __dirname);
12
// Initialize Umzug
13
const umzug = new Umzug({
14
migrations: {
15
- glob: 'migrations/*.js',
+ glob: 'migrations/umzug/migrations/*.js',
16
resolve: ({ name, path, context }) => {
17
console.log('Loading migration:', name, path);
18
const migration = require(path);
0 commit comments