Hello,
Is it possible to add support for nested directories ?
Let's say i have many directories ordered by version :
--- migrations /
---------------V1.1/
---------------------V1.1.001_add_user.ts
---------------V1.2/
---------------------V1.2.001_update_user.ts
up command does not find migration files for /migrations path.
Thanks a lot for the package, works like a charm :)
Regards
Hello,
Is it possible to add support for nested directories ?
Let's say i have many directories ordered by version :
--- migrations /
---------------V1.1/
---------------------V1.1.001_add_user.ts
---------------V1.2/
---------------------V1.2.001_update_user.ts
upcommand does not find migration files for/migrationspath.Thanks a lot for the package, works like a charm :)
Regards