Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.6
-
Component/s: None
-
Labels:None
Description
Reduce table bloat my migrating various configurable "enums" (e.g. Gender, Location Types...) to a single table (civicrm_option_value).
Tables that should be migrated are: civicrm_gender, civicrm_im_provider, civicrm_mobile_provider, civicrm_individual_prefix, civicrm_individual_suffix, civicrm_activity_type, civicrm_location_type, civicrm_payment_instrument.
also fix the forms where we are using this enums.