You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can go this way: node node_modules/loopback-component-migrate/bin/cli migrate to <filename>
or even without filename argument to go until the last migration.
How can I run migrations from a command like
npm run migrate
?also where to put
Migrate.migrate('up', function(err) {});
??The text was updated successfully, but these errors were encountered: