From: Coleman Watts Date: Mon, 24 Aug 2020 03:16:32 +0000 (-0400) Subject: Remove old dropped items from the schema xml X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1f7272b128156e8f948d8a0a86838aee57c4e021;p=civicrm-core.git Remove old dropped items from the schema xml Removes unused fields and indexes which were dropped prior to 4.4.7 which is currently the min upgradable version. --- diff --git a/xml/schema/Activity/Activity.xml b/xml/schema/Activity/Activity.xml index 8a37ea3d76..4f329c1929 100644 --- a/xml/schema/Activity/Activity.xml +++ b/xml/schema/Activity/Activity.xml @@ -21,30 +21,6 @@ id true - - source_contact_id - int unsigned - Source Contact - true - /(activity.)?source(.contact(.id)?)?/i - Contact ID of the person scheduling or logging this Activity. Usually the authenticated user. - 1.1 - 4.4 - - - source_contact_id - civicrm_contact
- id - 1.1 - 4.4 - SET NULL -
- - UI_source_contact_id - source_contact_id - 2.0 - 3.2 - source_record_id int unsigned @@ -80,23 +56,6 @@ activity_type_id 1.6 - - target_entity_table - varchar - 64 - true - Name of table where item being referenced is stored. - 1.1 - 2.0 - - - target_entity_id - int unsigned - true - Foreign key to the referenced item. - 1.1 - 2.0 - subject activity_subject @@ -112,13 +71,6 @@ 1.1 2.0 - - scheduled_date - datetime - Date and time meeting is scheduled to occur. - 1.1 - 2.0 - activity_date_time true @@ -140,27 +92,6 @@ activity_date_time 4.7 - - due_date_time - datetime - Date and time this activity is due. - 2.0 - 3.0 - - - duration_hours - int unsigned - Planned or actual duration of meeting - hours. - 1.1 - 2.0 - - - duration_minutes - int unsigned - Planned or actual duration of meeting - minutes. - 1.1 - 2.0 - duration activity_duration @@ -231,15 +162,6 @@ 1.1 - - status - enum - Status - Scheduled, Completed - What is the status of this meeting? Completed meeting status results in activity history entry. - 1.1 - 2.0 - status_id activity_status_id @@ -374,12 +296,6 @@ 2.2 CASCADE - - UI_original_id - original_id - 2.2 - 3.2 - result activity_result diff --git a/xml/schema/Activity/ActivityAssignment.xml b/xml/schema/Activity/ActivityAssignment.xml index f3df06bb54..192af7dc8a 100644 --- a/xml/schema/Activity/ActivityAssignment.xml +++ b/xml/schema/Activity/ActivityAssignment.xml @@ -18,59 +18,6 @@ id true - - - activity_entity_table - varchar - 64 - true - Name of table where item being referenced is stored (activity, phonecall or meeting). - 1.8 - 2.0 - - - - activity_entity_id - int unsigned - true - Entity (activity, phonecall or meeting) id for which the assigment is created - 1.8 - 2.0 - - - - activity_entity_id - activity_entity_table - 1.8 - 2.0 - - - - target_entity_table - varchar - 64 - true - Name of table where item being referenced is stored (contact assigned to given activity). - 1.8 - 2.0 - - - - target_entity_id - int unsigned - true - Foreign key to the referenced item. - 1.1 - 2.0 - - - - target_entity_id - target_entity_table - 1.8 - 2.0 - - activity_id int unsigned diff --git a/xml/schema/Batch/Batch.xml b/xml/schema/Batch/Batch.xml index 3bcbc44409..811ecf4f21 100644 --- a/xml/schema/Batch/Batch.xml +++ b/xml/schema/Batch/Batch.xml @@ -35,15 +35,6 @@ true 4.2 - - label - varchar - 64 - true - Friendly Name. - 3.3 - 4.2 - title Batch Title diff --git a/xml/schema/Case/Case.xml b/xml/schema/Case/Case.xml index a91e955a55..492a1df43d 100644 --- a/xml/schema/Case/Case.xml +++ b/xml/schema/Case/Case.xml @@ -24,23 +24,6 @@ id true - - contact_id - int unsigned - case_contact_id - true - Contact ID of contact record given case belongs to. - 1.8 - 2.1 - - - contact_id - civicrm_contact
- id - 1.8 - 2.1 - CASCADE -
case_type_id int unsigned @@ -70,51 +53,6 @@ id 4.5 - - casetag1_id - varchar - 128 - true - Id of first case category. - 1.8 - 2.0 - - - index_casetag1_id - casetag1_id - 1.8 - 2.0 - - - casetag2_id - varchar - 128 - true - Id of second case category. - 1.8 - 2.0 - - - index_casetag2_id - casetag2_id - 1.8 - 2.0 - - - casetag3_id - varchar - 128 - true - Id of third case category. - 1.8 - 2.0 - - - index_casetag3_id - casetag3_id - 1.8 - 2.0 - subject varchar diff --git a/xml/schema/Case/CaseActivity.xml b/xml/schema/Case/CaseActivity.xml index 0ae6710e4d..daa0a895d2 100644 --- a/xml/schema/Case/CaseActivity.xml +++ b/xml/schema/Case/CaseActivity.xml @@ -54,31 +54,4 @@ activity_id 2.0 - - - activity_entity_table - varchar - 64 - true - Name of table where item being referenced is stored (activity, phonecall or meeting). - 1.8 - 2.0 - - - - activity_entity_id - int unsigned - true - Entity (activity, phonecall or meeting) id for which the assigment is created - 1.8 - 2.0 - - - - activity_entity_id - activity_entity_table - 1.8 - 2.0 - - diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index f904c09cff..b3721ab2b8 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -246,19 +246,6 @@ 1.1 - - home_URL - url - Website - varchar - 128 - true - /^(home\sURL)|URL|web|site/i - /^[\w\/\:\.]+$/ - optional "home page" URL for this contact. - 1.1 - 3.2 - image_URL text @@ -509,32 +496,6 @@ communication_style_id 4.4 - - greeting_type - varchar - 128 - true - Preferred greeting format. - 1.1 - 2.2 - - - greeting_type_id - Greeting Type - int unsigned - FK to civicrm_option_value.id, that has to be valid, registered Greeting type. - 2.2 - 3.0 - - - custom_greeting - varchar - 128 - true - Custom greeting message. - 1.1 - 3.0 - email_greeting_id int unsigned @@ -722,23 +683,6 @@ Individual - - mail_to_household_id - Mail to Household ID - int unsigned - OPTIONAL FK to civicrm_contact_household record. If NOT NULL, direct mail communications to household rather than individual location. - true - 1.1 - 3.3 - - - mail_to_household_id - civicrm_contact
- id - 2.1 - SET NULL - 3.3 -
household_name varchar @@ -858,12 +802,6 @@ access deleted contacts - - index_is_deleted - is_deleted - 3.2 - 4.4 - index_is_deleted_sort_name is_deleted diff --git a/xml/schema/Contact/Individual.xml b/xml/schema/Contact/Individual.xml index 45f2720677..9956f17beb 100644 --- a/xml/schema/Contact/Individual.xml +++ b/xml/schema/Contact/Individual.xml @@ -74,14 +74,6 @@ last_name 1.8 - - gender - enum - true - Female, Male, Other - 1.1 - 1.2 - prefix_id int unsigned @@ -108,32 +100,6 @@ suffix_id 1.6 - - prefix - varchar - 64 - true - Prefix to Name. - 1.1 - 1.2 - - - suffix - varchar - 64 - true - Suffix to Name. - 1.1 - 1.2 - - - greeting_type - varchar - 128 - Preferred greeting format. - 1.1 - 2.2 - greeting_type_id Greeting Type diff --git a/xml/schema/Contact/SavedSearch.xml b/xml/schema/Contact/SavedSearch.xml index 89f578084b..2d73182ac5 100644 --- a/xml/schema/Contact/SavedSearch.xml +++ b/xml/schema/Contact/SavedSearch.xml @@ -18,15 +18,6 @@ id false - - query - SQL Query - text - true - SQL query for this search - 1.1 - 1.5 - form_values Submitted Form Values @@ -36,14 +27,6 @@ PHP 1.1 - - is_active - boolean - Saved Search Enabled - Is this entry active? - 1.1 - 1.5 - mapping_id int unsigned diff --git a/xml/schema/Contribute/Contribution.xml b/xml/schema/Contribute/Contribution.xml index e98363baa9..5edebe7bc3 100644 --- a/xml/schema/Contribute/Contribution.xml +++ b/xml/schema/Contribute/Contribution.xml @@ -46,39 +46,6 @@ 1.3 CASCADE - - solicitor_id - Solicitor ID - int unsigned - FK to Solicitor ID - 1.4 - 2.2 - - - solicitor_id - civicrm_contact
- id - 1.4 - 2.2 - SET NULL -
- - contribution_type_id - Contribution Type - false - int unsigned - FK to Contribution Type - 1.3 - 4.3 - - - contribution_type_id - civicrm_contribution_type
- id - 1.3 - 4.3 - SET NULL -
financial_type_id Financial Type @@ -360,16 +327,6 @@ Text - - note - text - Note and/or Comment. - true - /Note|Comment/i - // - 1.4 - 1.7 - UI_contrib_trxn_id trxn_id diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index 15bd5218ed..fb93703f74 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -41,20 +41,6 @@ Text and html allowed. Displayed below title. 1.3
- - contribution_type_id - int unsigned - true - default Contribution type assigned to contributions submitted via this page, e.g. Contribution, Campaign Contribution - 1.3 - 4.3 - - - contribution_type_id - civicrm_contribution_type
- id - 4.3 -
financial_type_id Financial Type diff --git a/xml/schema/Contribute/ContributionProduct.xml b/xml/schema/Contribute/ContributionProduct.xml index d5ff804a10..1e3526d27c 100644 --- a/xml/schema/Contribute/ContributionProduct.xml +++ b/xml/schema/Contribute/ContributionProduct.xml @@ -55,17 +55,6 @@ 1.4 - - total_cost - decimal - true - true - /^total|(.?^am(ou)?nt)/i - /^\d+(\.\d{2})?$/ - quantity X civicrm_product.cost. - 1.3 - 4.1 - fulfilled_date date diff --git a/xml/schema/Contribute/ContributionRecur.xml b/xml/schema/Contribute/ContributionRecur.xml index eddc342d9c..11e70b6afc 100644 --- a/xml/schema/Contribute/ContributionRecur.xml +++ b/xml/schema/Contribute/ContributionRecur.xml @@ -286,13 +286,6 @@ Text - - - next_sched_contribution - datetime - At Groundspring this was used by the cron job which triggered payments. If we''re not doing that but we know about payments, it might still be useful to store for display to org andor contributors. - 1.6 - 4.4 next_sched_contribution_date @@ -366,23 +359,6 @@ 3.3 SET NULL - - contribution_type_id - Contribution Type - false - int unsigned - FK to Contribution Type - 4.1 - 4.3 - - - contribution_type_id - civicrm_contribution_type
- id - 4.1 - 4.3 - SET NULL -
financial_type_id Financial Type diff --git a/xml/schema/Contribute/PremiumsProduct.xml b/xml/schema/Contribute/PremiumsProduct.xml index 7f9b866047..6ed7ca1ce6 100644 --- a/xml/schema/Contribute/PremiumsProduct.xml +++ b/xml/schema/Contribute/PremiumsProduct.xml @@ -47,14 +47,6 @@ id 1.4 - - sort_position - Sort Position - int unsigned - true - 1.4 - 2.0 - weight Order diff --git a/xml/schema/Core/Cache.xml b/xml/schema/Core/Cache.xml index 564a277329..1e8d9a389f 100644 --- a/xml/schema/Core/Cache.xml +++ b/xml/schema/Core/Cache.xml @@ -35,14 +35,6 @@ Unique path name for cache element 2.1 - - UI_group_path - group_name - path - true - 2.1 - 4.2 - UI_group_path_date group_name diff --git a/xml/schema/Core/CustomField.xml b/xml/schema/Core/CustomField.xml index 2bfd28999a..8d49adce76 100644 --- a/xml/schema/Core/CustomField.xml +++ b/xml/schema/Core/CustomField.xml @@ -211,14 +211,6 @@ Date may be up to end_date_years years after the current date. 1.4 - - date_parts - varchar - 255 - which date part included in display - 1.4 - 3.1 - date_format varchar diff --git a/xml/schema/Core/CustomGroup.xml b/xml/schema/Core/CustomGroup.xml index e0f424ddfc..e21458ecba 100644 --- a/xml/schema/Core/CustomGroup.xml +++ b/xml/schema/Core/CustomGroup.xml @@ -47,14 +47,6 @@ Type of object this group extends (can add other options later e.g. contact_address, etc.). 1.1 - - extends_entity_column_name - varchar - 64 - linking custom group for dynamic object - 1.6 - 2.2 - extends_entity_column_id int unsigned diff --git a/xml/schema/Core/Dashboard.xml b/xml/schema/Core/Dashboard.xml index 00500943a8..6b34614dbc 100644 --- a/xml/schema/Core/Dashboard.xml +++ b/xml/schema/Core/Dashboard.xml @@ -62,13 +62,6 @@ url in case of external dashlet 3.1 - - content - text - dashlet content - 3.1 - 3.3 - permission varchar @@ -155,12 +148,4 @@ true 4.7 - - created_date - datetime - Dashlet Created Date - When was content populated - 3.1 - 3.3 - diff --git a/xml/schema/Core/Discount.xml b/xml/schema/Core/Discount.xml index 01edced71d..54535e4857 100644 --- a/xml/schema/Core/Discount.xml +++ b/xml/schema/Core/Discount.xml @@ -46,25 +46,6 @@ entity_id 2.1 - - option_group_id - participant_discount_name - Discount Name - int unsigned - true - true - FK to civicrm_price_set - 2.1 - 4.3 - - - option_group_id - civicrm_price_set
- id - 2.1 - CASCADE - 4.3 -
price_set_id participant_discount_name diff --git a/xml/schema/Core/Domain.xml b/xml/schema/Core/Domain.xml index ddb2a0dc6a..8e4e119a7f 100644 --- a/xml/schema/Core/Domain.xml +++ b/xml/schema/Core/Domain.xml @@ -46,46 +46,6 @@ true 1.1 - - contact_name - varchar - 64 - Name of the person responsible for this domain - 1.1 - 1.9 - - - email_name - varchar - 255 - The default email name that is used in the from address for all outgoing emails - 1.9 - 2.2 - - - email_address - varchar - 255 - The default email address that is used as the from address for all outgoing emails - 1.9 - 2.2 - - - email_domain - varchar - 64 - The domain from which outgoing email for this domain will appear to originate - 1.1 - 2.2 - - - email_return_path - varchar - 64 - The domain from which outgoing email for this domain will appear to originate - 1.1 - 2.2 - config_backend text @@ -103,13 +63,6 @@ The civicrm version this instance is running 2.0 - - loc_block_id - int unsigned - FK to Location Block ID. This is specifically not an FK to avoid circular constraints - 2.0 - 4.3 - contact_id int unsigned diff --git a/xml/schema/Core/EntityTag.xml b/xml/schema/Core/EntityTag.xml index 0fed7e7cf9..301706a42b 100644 --- a/xml/schema/Core/EntityTag.xml +++ b/xml/schema/Core/EntityTag.xml @@ -19,22 +19,6 @@ id true - - contact_id - int unsigned - true - FK to contact table. - 2.0 - 3.2 - - - contact_id - civicrm_contact
- id - 2.0 - 3.2 - CASCADE -
entity_table varchar @@ -59,13 +43,6 @@ entity_table 3.2 - - index_entity - entity_table - entity_id - 3.2 - 3.4 - tag_id int unsigned diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index 45429a4aff..a135360f05 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -85,15 +85,6 @@ Description of the job 4.1 - - api_prefix - varchar - 255 - "civicrm_api3" - Prefix of the job api call - 4.1 - 4.3 - api_entity API Entity diff --git a/xml/schema/Core/Mapping.xml b/xml/schema/Core/Mapping.xml index 54ab26d3d0..bd5420ea27 100644 --- a/xml/schema/Core/Mapping.xml +++ b/xml/schema/Core/Mapping.xml @@ -35,16 +35,6 @@ Description of Mapping. 1.2 - - mapping_type - enum - Export, Import, Export Contributions, Import Contributions, Import Activity, Search Builder, Import - Memberships, Import Participants - - Type of Mapping. - 1.2 - 2.1 - mapping_type_id int unsigned diff --git a/xml/schema/Core/MappingField.xml b/xml/schema/Core/MappingField.xml index d28b69b30c..0c44414375 100644 --- a/xml/schema/Core/MappingField.xml +++ b/xml/schema/Core/MappingField.xml @@ -78,14 +78,6 @@ id 1.2 - - phone_type - varchar - 64 - Phone type, if required - 1.2 - 2.2 - phone_type_id Phone Type diff --git a/xml/schema/Core/Phone.xml b/xml/schema/Core/Phone.xml index 91ab823d39..eb0ad8e1f6 100644 --- a/xml/schema/Core/Phone.xml +++ b/xml/schema/Core/Phone.xml @@ -137,16 +137,6 @@ phone_numeric 4.3 - - phone_type - enum - Phone, Mobile, Fax, Pager - /phone\s+type/i - /phone|mobile|fax|pager/i - What type of telecom device is this. - 1.1 - 2.2 - phone_type_id Phone Type ID diff --git a/xml/schema/Core/UFField.xml b/xml/schema/Core/UFField.xml index fdcdcf83b3..9b012ab4c8 100644 --- a/xml/schema/Core/UFField.xml +++ b/xml/schema/Core/UFField.xml @@ -103,22 +103,6 @@ Description and/or help text to display before this field. 3.2 - - is_registration - boolean - 0 - Is this field included in new user registration forms? - 1.1 - 1.3 - - - is_match - boolean - 0 - Is this field part of the key for matching users to contacts? - 1.1 - 1.3 - visibility Profile Field Visibility @@ -134,14 +118,6 @@ Select - - listings_title - varchar - 64 - Page title for listings page (users who share a common value for this property). - 1.1 - 1.2 - in_selector Profile Field Is a Filter @@ -172,14 +148,6 @@ 1.3 SET NULL - - phone_type - varchar - 64 - Phone type, if required - 1.3 - 2.2 - phone_type_id Profile Field Phone Type diff --git a/xml/schema/Core/UFGroup.xml b/xml/schema/Core/UFGroup.xml index cafe160ac6..37d5d0a8aa 100644 --- a/xml/schema/Core/UFGroup.xml +++ b/xml/schema/Core/UFGroup.xml @@ -37,13 +37,6 @@ COMMA 2.1 - - form_type - enum - CiviCRM Profile - Type of form. - 2.1 - title Profile Name @@ -81,14 +74,6 @@ Optional verbose description of the profile. 4.4 - - collapse_display - int unsigned - 0 - Will this group be in collapsed or expanded mode on initial display ? - 1.1 - 2.2 - help_pre text @@ -114,19 +99,6 @@ 1.2 - - weight - Profile Weight - int - true - 1 - - Text - - Controls display order when multiple user framework groups are setup for concurrent display. - 1.2 - 1.3 - limit_listings_group_id Profile Search Limit Group diff --git a/xml/schema/Core/UFMatch.xml b/xml/schema/Core/UFMatch.xml index fb3a05425d..9e573a5a79 100644 --- a/xml/schema/Core/UFMatch.xml +++ b/xml/schema/Core/UFMatch.xml @@ -73,15 +73,6 @@ 1.1 CASCADE - - email - varchar - 64 - email - Email address - 1.1 - 2.0 - language Preferred Language @@ -90,14 +81,6 @@ UI language preferred by the given user/contact 2.1 - - UI_uf_id_domain_id - uf_id - domain_id - true - 1.5 - 1.7 - UI_uf_name_domain_id uf_name diff --git a/xml/schema/Dedupe/RuleGroup.xml b/xml/schema/Dedupe/RuleGroup.xml index 6adbe3dba4..09a5873628 100644 --- a/xml/schema/Dedupe/RuleGroup.xml +++ b/xml/schema/Dedupe/RuleGroup.xml @@ -45,15 +45,6 @@ Text - - level - Level - enum - Strict, Fuzzy - Whether the rule should be used for cases where strict matching of the given contact type is required or a fuzzy one - 2.1 - 4.3 - used varchar @@ -69,14 +60,6 @@ Radio - - is_default - Default> - boolean - Is this a default rule (one rule for every contact type + level combination should be default) - 2.1 - 4.3 - name Name diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index 4c7e51143f..4593c92d4e 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -218,14 +218,6 @@ CheckBox - - contribution_type_id - int unsigned - 0 - Contribution type assigned to paid event registrations for this event. Required if is_monetary is true. - 1.7 - 4.3 - financial_type_id int unsigned @@ -318,19 +310,6 @@ SET NULL 2.0 - - receipt_text - varchar - - TextArea - 6 - 50 - - 255 - Receipt Text for off-line event participation - 2.0 - 2.1 - default_role_id default_role_id diff --git a/xml/schema/Financial/EntityFinancialTrxn.xml b/xml/schema/Financial/EntityFinancialTrxn.xml index 653fc792d5..f48a3f3c65 100644 --- a/xml/schema/Financial/EntityFinancialTrxn.xml +++ b/xml/schema/Financial/EntityFinancialTrxn.xml @@ -63,15 +63,6 @@ allocated amount of transaction to this entity 3.2 - - currency - varchar - 3 - NULL - 3 character string, value from config setting or input via user. - 3.2 - 4.3 - UI_entity_financial_trxn_entity_table entity_table diff --git a/xml/schema/Financial/FinancialAccount.xml b/xml/schema/Financial/FinancialAccount.xml index eedf5c6210..3188e5847e 100644 --- a/xml/schema/Financial/FinancialAccount.xml +++ b/xml/schema/Financial/FinancialAccount.xml @@ -42,13 +42,6 @@ 4.3 SET NULL - - account_type_id - int unsigned - true - 3.2 - 4.3 - financial_account_type_id int unsigned diff --git a/xml/schema/Financial/FinancialTrxn.xml b/xml/schema/Financial/FinancialTrxn.xml index 94a2e3f023..e34d9b9112 100644 --- a/xml/schema/Financial/FinancialTrxn.xml +++ b/xml/schema/Financial/FinancialTrxn.xml @@ -17,34 +17,6 @@ id true - - from_account_id - int unsigned - FK to financial_account table. - 3.2 - 4.3 - - - from_account_id - civicrm_financial_account
- id - 3.2 - 4.3 -
- - to_account_id - int unsigned - FK to financial_account table. - 3.2 - 4.3 - - - to_account_id - civicrm_financial_account
- id - 3.2 - 4.3 -
from_financial_account_id int unsigned @@ -99,15 +71,6 @@ activityDateTime - - trxn_type - Financial Transaction Type - enum - Debit,Credit - true - 1.3 - 4.3 - total_amount Financial Total Amount @@ -161,15 +124,6 @@ Is this entry either a payment or a reversal of a payment? 4.7 - - payment_processor - varchar - 64 - true - derived from Processor setting in civicrm.settings.php. - 1.3 - 4.3 - trxn_id Transaction ID diff --git a/xml/schema/Financial/FinancialType.xml b/xml/schema/Financial/FinancialType.xml index bbdca886da..3d02bf8b09 100644 --- a/xml/schema/Financial/FinancialType.xml +++ b/xml/schema/Financial/FinancialType.xml @@ -37,16 +37,6 @@ 1.3 - - accounting_code - Accounting Code - varchar - 64 - true - Optional value for mapping contributions to accounting system codes for each type/category of contribution. - 1.3 - 4.3 - description varchar diff --git a/xml/schema/Financial/PaymentProcessor.xml b/xml/schema/Financial/PaymentProcessor.xml index e1aac7cab3..a363ce8784 100644 --- a/xml/schema/Financial/PaymentProcessor.xml +++ b/xml/schema/Financial/PaymentProcessor.xml @@ -70,14 +70,6 @@ Payment Processor Description. 1.8 - - payment_processor_type - varchar - 255 - Payment Processor Type. - 1.8 - 4.3 - payment_processor_type_id Payment Processor Type ID diff --git a/xml/schema/Grant/Grant.xml b/xml/schema/Grant/Grant.xml index 6e222f8e0d..b6c2c89235 100644 --- a/xml/schema/Grant/Grant.xml +++ b/xml/schema/Grant/Grant.xml @@ -179,15 +179,6 @@ Select - - currency - varchar - 8 - NULL - 3 character string, value from config setting or input via user. - 3.2 - 4.3 - rationale text diff --git a/xml/schema/Member/MembershipType.xml b/xml/schema/Member/MembershipType.xml index 0007eefaf2..cd528adaf2 100644 --- a/xml/schema/Member/MembershipType.xml +++ b/xml/schema/Member/MembershipType.xml @@ -84,21 +84,6 @@ 1.5 RESTRICT - - contribution_type_id - int unsigned - true - If membership is paid by a contribution - what contribution type should be used. FK to Contribution Type ID - 1.5 - 4.3 - - - contribution_type_id - civicrm_contribution_type
- id - 1.5 - 4.3 -
financial_type_id Membership Financial Type @@ -192,13 +177,6 @@ 1.5 SEPARATOR_TRIMMED - - relationship_type_id - civicrm_relationship_type
- id - 1.5 - 3.3 -
index_relationship_type_id relationship_type_id diff --git a/xml/schema/PCP/PCP.xml b/xml/schema/PCP/PCP.xml index dfb8a13f8c..0ef29ee256 100644 --- a/xml/schema/PCP/PCP.xml +++ b/xml/schema/PCP/PCP.xml @@ -91,20 +91,6 @@ Text
- - contribution_page_id - int unsigned - true - The Contribution Page which triggered this pcp - 2.2 - 4.1 - - - contribution_page_id - civicrm_contribution_page
- id - 4.1 -
page_id Contribution Page @@ -182,15 +168,6 @@ Select - - referer - Referer - varchar - 255 - NULL - 2.2 - 4.1 - is_active Enabled? diff --git a/xml/schema/PCP/PCPBlock.xml b/xml/schema/PCP/PCPBlock.xml index b07bc5b035..d25b6eb7c2 100644 --- a/xml/schema/PCP/PCPBlock.xml +++ b/xml/schema/PCP/PCPBlock.xml @@ -39,13 +39,6 @@ entity_table 2.2 - - entity_id - civicrm_contribution_page
- id - 2.2 - 4.1 -
target_entity_type Target Entity diff --git a/xml/schema/Pledge/Pledge.xml b/xml/schema/Pledge/Pledge.xml index 39943c58ef..32b806f39f 100644 --- a/xml/schema/Pledge/Pledge.xml +++ b/xml/schema/Pledge/Pledge.xml @@ -40,23 +40,6 @@ 2.1 CASCADE - - contribution_type_id - pledge_contribution_type_id - false - int unsigned - FK to Contribution Type. This is propagated to contribution record when pledge payments are made. - 2.1 - 4.3 - - - contribution_type_id - civicrm_contribution_type
- id - 2.1 - 4.3 - SET NULL -
financial_type_id Type diff --git a/xml/schema/Price/LineItem.xml b/xml/schema/Price/LineItem.xml index a1f006c9b5..82b9c9a7cc 100644 --- a/xml/schema/Price/LineItem.xml +++ b/xml/schema/Price/LineItem.xml @@ -67,15 +67,6 @@ id SET NULL - - option_group_id - Line Item Option Group - int unsigned - true - FK to option group - 1.7 - 3.3 - label Line Item Label diff --git a/xml/schema/Price/PriceField.xml b/xml/schema/Price/PriceField.xml index 0c2c1af3c1..ce61ecc87c 100644 --- a/xml/schema/Price/PriceField.xml +++ b/xml/schema/Price/PriceField.xml @@ -221,12 +221,4 @@ Select - - count - int unsigned - NULL - Number of Participants Per field - 3.2 - 3.3 - diff --git a/xml/schema/Price/PriceSet.xml b/xml/schema/Price/PriceSet.xml index 25266f1dbf..d84ac53392 100644 --- a/xml/schema/Price/PriceSet.xml +++ b/xml/schema/Price/PriceSet.xml @@ -137,23 +137,6 @@ Text - - contribution_type_id - Price Set Contribution Type - int unsigned - NULL - FK to Contribution Type(for membership price sets only). - 3.4 - 4.3 - - - contribution_type_id - civicrm_contribution_type
- id - 3.4 - 4.3 - SET NULL -
financial_type_id Financial Type