Skip to content

Conversation

mjankowski
Copy link
Contributor

Background: #30345 (comment)

@mjankowski mjankowski added refactoring Improving code quality ruby Pull requests that update Ruby code labels Apr 4, 2025
@mjankowski mjankowski force-pushed the remove-deprecated-import-class-round-two branch 2 times, most recently from 5bcc93e to cfc3a57 Compare April 8, 2025 17:11
Copy link
Contributor

@ClearlyClaire ClearlyClaire left a comment

Choose a reason for hiding this comment

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

We probably need to refresh the database migration.

@mjankowski mjankowski force-pushed the remove-deprecated-import-class-round-two branch from cfc3a57 to 534ce67 Compare April 9, 2025 13:47
@mjankowski
Copy link
Contributor Author

We probably need to refresh the database migration.

Just rebased/pushed and all seems fine ... what are you looking for there?

@ClearlyClaire
Copy link
Contributor

It shouldn't be too much of an issue but the migration serial number defines when migrations run, and having a migration out of order like this may cause issues for us in the future if we add more breakpoints, like we did around 4.3.0. I would suggest bumping the migration serial number to a current-day value.

@mjankowski mjankowski force-pushed the remove-deprecated-import-class-round-two branch from 534ce67 to 19408ad Compare April 10, 2025 12:21
@mjankowski
Copy link
Contributor Author

Ah, I see -- bumped the migration timestamp to be today so that it's date range should fall more safely into version upgrade paths.

@ClearlyClaire
Copy link
Contributor

This will require some note in the 4.4.0 upgrade notes.

@ClearlyClaire ClearlyClaire added this pull request to the merge queue Apr 10, 2025
Merged via the queue into mastodon:main with commit 4c2f649 Apr 10, 2025
31 checks passed
@mjankowski mjankowski deleted the remove-deprecated-import-class-round-two branch April 10, 2025 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Improving code quality ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants