migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Allow version aliases to be used with execute command

Open Padam87 opened this issue 4 years ago • 1 comments

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.

Padam87 avatar Aug 16 '21 18:08 Padam87

Since this is a new feature, ive changed the base branch to 3.3.x

goetas avatar Aug 22 '21 11:08 goetas