salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.26k stars 2.03k forks source link

Fix #10443 - Incorrect lengths in emails_text vardefs #10444

Open ojs87 opened 3 weeks ago

ojs87 commented 3 weeks ago

Description

The fromaddr and reply_to_addr fields in emails_text vardefs are set to 250 when they should be 255. This has caused an issue where repair and rebuild keeps trying to recreate the index on the fromaddr field in some situations. https://github.com/salesagility/SuiteCRM/issues/10443

Motivation and Context

This looks to have been unintentionally changed in a previous MR: https://github.com/salesagility/SuiteCRM/pull/7798

Types of changes

Final checklist

serhiisamko091184 commented 2 weeks ago

Hello @ojs87,

thanks for your PR!

Regards, Serhii