Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
Badmuts committed Feb 7, 2024
1 parent fbddac9 commit 15faaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var Umzug = require('umzug');
var db = require('./src/db');
var db = require('./db');

var umzug = new Umzug({
storage: 'sequelize',
Expand Down

1 comment on commit 15faaf4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/image:fix-add-umzug-dep-15faaf4

Please sign in to comment.