Skip to content

Commit 082b71a

Browse files
committed
fix glob path
1 parent 83228dd commit 082b71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/umzug/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ console.log('Umzug migration script:', __dirname);
1212
// Initialize Umzug
1313
const umzug = new Umzug({
1414
migrations: {
15-
glob: 'migrations/*.js',
15+
glob: 'migrations/umzug/migrations/*.js',
1616
resolve: ({ name, path, context }) => {
1717
console.log('Loading migration:', name, path);
1818
const migration = require(path);

0 commit comments

Comments
 (0)