For example, I have verion1, version2, version3 migration files. Yoyo will always upgrade the system to version3, how could I do if only want to migrate to verion2 without manually removing the version3 file.
Assuming
version2
depends onversion1
then you can do this:yoyo apply --revision=version2