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

Update data_migrate gem to fix failing data migrations #1010

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

malcolmbaig
Copy link
Contributor

@malcolmbaig malcolmbaig commented Feb 1, 2024

Context

Data migrations have started throwing an 'undefined method
create_table' error. This looks like it started following an update to
Ruby 3.3.0.

The next version of the gem resolves this error.

Changes proposed in this pull request

Update the gem

Guidance to review

I created and ran a data migration locally to test the gem still works as expected.

Checklist

  • Attach to Trello card
  • Rebased main
  • Cleaned commit history
  • Tested by running locally

Data migrations have started throwing an 'undefined method
`create_table`' error. This looks like it started following an update to
Ruby 3.3.0.

The next version of the gem resolves this error.
We've updated Rails to 7.1 recently. Preparing the database results in a
version bump in the schema file.
@malcolmbaig malcolmbaig requested a review from a team as a code owner February 1, 2024 09:25
@malcolmbaig malcolmbaig merged commit c2c1b6f into main Feb 1, 2024
11 checks passed
@malcolmbaig malcolmbaig deleted the mb-fix-data-migrate branch February 1, 2024 09:30
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