~olly/yoyo#70: 
how to stop migration at a specific version?

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.

Status
RESOLVED INVALID
Submitter
~yyscamper
Assigned to
No-one
Submitted
4 years ago
Updated
4 years ago
Labels
No labels applied.

~olly REPORTED INVALID 4 years ago

Assuming version2 depends on version1 then you can do this:

yoyo apply --revision=version2
Register here or Log in to comment, or comment via email.