Something like: ```bash yarn migrate apply path-to-my-file.ts ``` along with: ```bash yarn migrate revert path-to-my-file.ts ``` Worth considering if we want this feature as it would allow migrations to be run out of order.
Something like:
along with:
Worth considering if we want this feature as it would allow migrations to be run out of order.