Skip to content

Commit

Permalink
rm star
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Nov 6, 2023
1 parent 5eed86f commit 39062f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/0-vanilla/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Umzug, JSONStorage } = require('umzug');

exports.migrator = new Umzug({
migrations: {
glob: 'migrations/*.*js',
glob: 'migrations/*.js',
},
context: { directory: __dirname + '/ignoreme' },
storage: new JSONStorage({ path: __dirname + '/ignoreme/storage.json' }),
Expand Down

0 comments on commit 39062f4

Please sign in to comment.