Skip to content

Remove nondeterministic DB migration code#10473

Merged
zachmargolis merged 1 commit intomainfrom
margolis-remove-nondeterministic-migration
Apr 20, 2024
Merged

Remove nondeterministic DB migration code#10473
zachmargolis merged 1 commit intomainfrom
margolis-remove-nondeterministic-migration

Conversation

@zachmargolis
Copy link
Contributor

Why: Config values change over time, but migrations should be deterministic. This old migration ran what we would now run as an explicit backfill, based on live data.

Since the config that it depends on is no longer around, we can remove this block of code entirely

**Why**: Config values change over time, but migrations should be
deterministic. This old migration ran what we would now run
as an explicit backfill, based on live data.

Since the config that it depends on is no longer around, we
can remove this block of code entirely

changelog: Internal, Source code, Clean up nondeterministic migration code
@zachmargolis zachmargolis requested a review from a team April 19, 2024 21:36
@zachmargolis zachmargolis merged commit c8e7a0d into main Apr 20, 2024
@zachmargolis zachmargolis deleted the margolis-remove-nondeterministic-migration branch April 20, 2024 00:09
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.

2 participants