-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: add migration to replace indexes with new unique ons #435
chore: add migration to replace indexes with new unique ons #435
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #435 +/- ##
=======================================
Coverage 98.93% 98.94%
=======================================
Files 214 215 +1
Lines 3207 3221 +14
=======================================
+ Hits 3173 3187 +14
Misses 34 34 ☔ 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.
This looks good. You generally point this towards your other branch that is required to go first so this doesn't accidentally get merged in before.
Aha, that makes sense. |
- Resolved conflicts: schema and erd.pdf were updated due to a rollback in PR #432
ba108d9
to
4ca65bc
Compare
@toyhammered |
What's the change?
Migration to replace
StandupMeetingGroupUser
indexes with new unique ones.What key workflows are impacted?
N/A
Highlights / Surprises / Risks / Cleanup
N/A
Demo / Screenshots
N/A
Issue ticket number and link
#251
Checklist before requesting a review