chore: Add migration to populate contact names in external call history entries#40534
chore: Add migration to populate contact names in external call history entries#40534aleksandernsilva wants to merge 1 commit into
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-9.0.0 #40534 +/- ##
=================================================
- Coverage 69.65% 69.62% -0.03%
=================================================
Files 3322 3322
Lines 122579 122534 -45
Branches 21867 21811 -56
=================================================
- Hits 85379 85315 -64
- Misses 33860 33897 +37
+ Partials 3340 3322 -18
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
This pull request introduces a new database migration to the project. The migration targets the
CallHistorycollection and ensures that all external media call entries have acontactNamefield populated, using the value fromcontactExtensionwhencontactNameis missing or empty.Database migration:
v336.ts) to fill thecontactNamefield on external media call history entries by copying the value fromcontactExtensionifcontactNameis missing or empty.index.ts).Issue(s)
DMV-2
Steps to test or reproduce
Further comments
Originated from #40484