-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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: Update migration logic in #27119 #28482
fix: Update migration logic in #27119 #28482
Conversation
8a8a210
to
2cc5ee3
Compare
2cc5ee3
to
d72f46c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #28482 +/- ##
===========================================
+ Coverage 60.48% 83.48% +22.99%
===========================================
Files 1931 521 -1410
Lines 76236 37484 -38752
Branches 8568 0 -8568
===========================================
- Hits 46114 31294 -14820
+ Misses 28017 6190 -21827
+ Partials 2105 0 -2105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SUMMARY
This PR is a follow up #28422 (which needs to be cherry-picked to remedy an issue, but can't include a migration). Specifically it also adds a new migration to resize specific columns back to
LONGTEXT
if the previous migration has already been run. If not, the migration is a no-op.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
CI.
ADDITIONAL INFORMATION