Closed thomasjetzinger closed 7 months ago
Hi Thomas - I'll take a look at this and raise a fix. Watch this space!
https://github.com/domdinnes/node-flyway/pull/24 - resolved by this. @thomasjetzinger please let me know if you have any further issues.
I'm trying to use the library in my project to perform some migrations on a test database. It looks like that there is an issue with path seperators, when you use it on windows.
When i try to call flyway.install I always get the following error:
The issue is this line:
files[0].path
contains '/' as path separator andpath.sep
resolves to '\'.Is there a way to resolve this issue?