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 5eed86f commit 39062f4Copy full SHA for 39062f4
examples/0-vanilla/migrate.js
@@ -2,7 +2,7 @@ const { Umzug, JSONStorage } = require('umzug');
2
3
exports.migrator = new Umzug({
4
migrations: {
5
- glob: 'migrations/*.*js',
+ glob: 'migrations/*.js',
6
},
7
context: { directory: __dirname + '/ignoreme' },
8
storage: new JSONStorage({ path: __dirname + '/ignoreme/storage.json' }),
0 commit comments