From eb5cde71a883c252544394f3db9432da9e0c7389 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 1 Sep 2022 09:42:20 +1200 Subject: [PATCH] Mark some more fields deprecated or readonly --- xml/schema/Contact/Contact.xml | 1 + xml/schema/Core/Address.xml | 1 + xml/schema/Core/Email.xml | 1 + xml/schema/Core/Phone.xml | 2 ++ 4 files changed, 5 insertions(+) diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index eadfeaeb6c..a70f7743fa 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -817,6 +817,7 @@ varchar 255 true + true /^Open\s?ID|u(niq\w*)?\s?ID/i /^[\w\/\:\.]+$/ the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM diff --git a/xml/schema/Core/Address.xml b/xml/schema/Core/Address.xml index 018390e506..a38d251e8f 100644 --- a/xml/schema/Core/Address.xml +++ b/xml/schema/Core/Address.xml @@ -352,6 +352,7 @@ USPS Code varchar 32 + true USPS Bulk mailing code. 1.1 diff --git a/xml/schema/Core/Email.xml b/xml/schema/Core/Email.xml index 7f01e31fc7..50cebbc1b0 100644 --- a/xml/schema/Core/Email.xml +++ b/xml/schema/Core/Email.xml @@ -143,6 +143,7 @@ hold_date datetime When the address went on bounce hold + true Select Date diff --git a/xml/schema/Core/Phone.xml b/xml/schema/Core/Phone.xml index 343f86f1b3..e6a9ee82e0 100644 --- a/xml/schema/Core/Phone.xml +++ b/xml/schema/Core/Phone.xml @@ -97,6 +97,7 @@ mobile_provider_id Mobile Provider int unsigned + true Which Mobile Provider does this phone belong to. 1.1 @@ -139,6 +140,7 @@ phone_numeric varchar 32 + true Phone number stripped of all whitespace, letters, and punctuation. -- 2.25.1