Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow scripts to match the migration starting version #29

Closed
oliverfoster opened this issue Feb 5, 2025 · 0 comments
Closed

Allow scripts to match the migration starting version #29

oliverfoster opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@oliverfoster
Copy link
Member

Sometimes a migration will add a default and then mutate a default when extending over a multiple versions.

For example, the Hot Graphic instruction value went from "" (empty string) to "Select the icons to find out more" in v6.6.0.

It should be possible to check if the migration started from before the initial introduction of the empty string or after, so as to be able to optionally mutate the default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Recently Released
Development

Successfully merging a pull request may close this issue.

1 participant