migrations
migrations copied to clipboard
Allow version aliases to be used with execute command
| Q | A |
|---|---|
| Type | improvement |
| BC Break | no |
| Fixed issues |
Summary
This PR plugs in the alias resolver to the execute command in order to simplify executing a migration.
In practice, this would improve DX, because the last migration could be easily --down-ed, when spotting a mistake.
Since this is a new feature, ive changed the base branch to 3.3.x