-
Notifications
You must be signed in to change notification settings - Fork 6
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: messages migration from proteus to mls [WPB-15149] 🍒 #3219
base: develop
Are you sure you want to change the base?
fix: messages migration from proteus to mls [WPB-15149] 🍒 #3219
Conversation
Quality Gate passedIssues Measures |
Bencher Report
Click to view all benchmark results
|
Datadog ReportBranch report: ✅ 0 Failed, 300 Passed, 13 Skipped, 41.93s Total Time |
This PR was automatically cherry-picked based on the following PR:
Original PR description:
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
When moving messages from proteus conversation to MLS if some message contained reactions or
RestrictedAsset
then migration failed causing slow sync to break.Solutions
Migrate
MessageRestrictedAssetContent
andReaction
tables to update on cascade whenMessage
is changingconversation_id
Testing
Test Coverage (Optional)
How to Test
Attachments (Optional)