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 70.05% 70.06%
==============================================
Files 3355 3356 +1
Lines 129153 129155 +2
Branches 22385 22381 -4
==============================================
+ Hits 90475 90486 +11
+ Misses 35384 35374 -10
- Partials 3294 3295 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ce7f0db to
4532d3f
Compare
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