Rik Smale

Results 439 comments of Rik Smale

Does `npm run migrate:up -- --url ` work for the first script?

Hi! Thanks for the suggestion. Looks like a good idea, if you are still willing to open a PR for this @andredesousa that would be great. Maybe also incorporate a...

Not sure how much it will help you, but this is how Mocha does it; https://github.com/mochajs/mocha/blob/master/lib/cli/config.js

This is a nice addition! Could you add some tests to this? And maybe some additional documentation to https://github.com/sequelize/sequelize/blob/main/docs/manual/other-topics/migrations.md

Thanks! In the meantime we have moved the docs file to https://github.com/sequelize/website/blob/main/docs/other-topics/migrations.md btw

I believe this is fixed, if not please let me know. I will close this issue after a few weeks.

> Hi @WikiRik - Thanks for the update. I just tested again (using `6.3.0`), and unfortunately the files are still generated with newline missing on the last line. Ah yes,...

Second part would fix #951, correct?

So to consolidate this with the other feature request; we also need to include a YML to JSON parser (or something equivalent) so we can also accept .yml and .yaml...

Hi, thanks for submitting this PR! Could you add some tests so we can prevent regression issues?