Migrate domainName field from text type to links type (#6410)
Closes #5759.
This commit is contained in:
@ -61,6 +61,11 @@ linkedinLink
|
||||
secondaryLinks
|
||||
}
|
||||
domainName
|
||||
{
|
||||
primaryLinkUrl
|
||||
primaryLinkLabel
|
||||
secondaryLinks
|
||||
}
|
||||
annualRecurringRevenue
|
||||
{
|
||||
amountMicros
|
||||
@ -95,7 +100,11 @@ idealCustomerProfile
|
||||
people: true,
|
||||
xLink: true,
|
||||
linkedinLink: true,
|
||||
domainName: true,
|
||||
domainName: {
|
||||
primaryLinkUrl: true,
|
||||
primaryLinkLabel: true,
|
||||
secondaryLinks: true,
|
||||
},
|
||||
annualRecurringRevenue: true,
|
||||
createdAt: true,
|
||||
address: { addressStreet1: true },
|
||||
@ -136,6 +145,11 @@ linkedinLink
|
||||
secondaryLinks
|
||||
}
|
||||
domainName
|
||||
{
|
||||
primaryLinkUrl
|
||||
primaryLinkLabel
|
||||
secondaryLinks
|
||||
}
|
||||
annualRecurringRevenue
|
||||
{
|
||||
amountMicros
|
||||
|
||||
@ -61,6 +61,11 @@ linkedinLink
|
||||
secondaryLinks
|
||||
}
|
||||
domainName
|
||||
{
|
||||
primaryLinkUrl
|
||||
primaryLinkLabel
|
||||
secondaryLinks
|
||||
}
|
||||
annualRecurringRevenue
|
||||
{
|
||||
amountMicros
|
||||
|
||||
Reference in New Issue
Block a user