Closed clphillips closed 10 years ago
Hi Cody - this is the first time such a request has come up. You're welcome to bang on it and submit a PR. But to be honest I think it would add a lot of complexity and it seems like a pretty unique use-case (?)
I've come to the conclusion that while having subdirectories organize semantic versions is nice, it's not a necessity for me (with a little grunt magic, I can automatically track which migrations belong to which semantic versions in a config file).
I'm considering organizing migrations into separate "modules" with names based on the application's semantic version number.
For example:
I want to be able to run everything in the 1.0.0 and 1.1.0 "module" directories in one go. Would this have to be done with subsequent calls to ruckusing (one for each module)? Or could I override the default behavior through some interface?
I have to imagine someone has tried this before.