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

fix errors in migrations sql #3120

Merged
merged 4 commits into from
Apr 22, 2022
Merged

fix errors in migrations sql #3120

merged 4 commits into from
Apr 22, 2022

Conversation

tobybellwood
Copy link
Member

@tobybellwood tobybellwood commented Apr 22, 2022

in #3117 we fixed the column type lookup, but not the redefined type which still included the errant space (again, as per the original PR, I've modified the unreleased migration)

Additionally, in #3094 we added a migration to update a table, but inadvertently added the new column to the wrong table. I've modified the migration here (instead of adding a new one), as it'll not trigger currently (as the wrong table was updated). Arguably we could add another migration to remove the errant column, but we'll do that separately as part of a larger cleanup

Also added in a missed call from #3114 to enable the new tasks setup (again unreleased)

+1 to any suggestions for a migrations testing framework (see #3058 for more wildness)

@tobybellwood tobybellwood merged commit a604be4 into main Apr 22, 2022
@tobybellwood tobybellwood deleted the migrations_fixup branch April 22, 2022 06:57
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.

1 participant