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

Prevent data corruption during a migration if components are removed. #286

Merged
merged 1 commit into from
May 13, 2024

Conversation

Exairnous
Copy link
Contributor

Depending on the order of the components, data corruption can occur if components are removed in the middle of a migration, e.g. like what is done in the grababble component's new migration. This patch skips over components that have been removed and so doesn't try to migrate them, which should prevent any chance of data corruption.

@Exairnous Exairnous requested a review from keianhzo May 10, 2024 10:22
Copy link
Contributor

@keianhzo keianhzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@keianhzo keianhzo merged commit 0d09066 into master May 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants