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

Nasty migration bug #26

Open
crspybits opened this issue Aug 10, 2021 · 0 comments
Open

Nasty migration bug #26

crspybits opened this issue Aug 10, 2021 · 0 comments

Comments

@crspybits
Copy link
Member

I've been struggling for a couple of days with a bug that has turned out to be a migration bug in iOSBasics.

These migrations can only do column additions (and possibly deletions). There can be problems if they do content changes. I've just run into a nasty bug bug with that. The problem came up when m2021_08_02 and m2021_08_07 both hadn't yet been done by clients. But m2021_08_02 at the time tried to fetch rows (in order to make changes). But the row -> model code made use of the m2021_08_07 change which hadn't yet been applied.

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

No branches or pull requests

1 participant