Igor Savin
Igor Savin
Here is the command that I've used to execute just the tests on SQLite: ``` "sqlite:integration": "cross-env DB=sqlite3 nyc mocha --exit --check-leaks --globals __core-js_shared__ -t 10000 -R spec test/integration-tests.js" ```...
@jrschumacher Sure, I can take a look later this week. How do I reproduce the issue?
@OlivierCavadenti Any chance you could rebase this and add a test?
yes, definitely. I'm sorry it slipped through the cracks
@OlivierCavadenti Any chance you could pick this up?
@Fydon > There is still a failing test at test\integration2\migrate\migration-integration.spec.js:827. I'm not sure what the cause of the change is. To me it seems to indicate that partial execution is...
Btw, since this is a breaking change, which migration path for existing systems do you see?
@Fydon I would say that anything that requires users to fix their migrations manually is no-go. At worst we should provide them with a knex command which could do the...
@OlivierCavadenti Could you please take a look?
It should be possible to do when using custom migration sources instead of default fs ones