allow serialized custom fields to have bigger lengths
authorJamie McClelland <jm@mayfirst.org>
Tue, 6 Sep 2022 14:29:57 +0000 (10:29 -0400)
committerJamie McClelland <jm@mayfirst.org>
Tue, 6 Sep 2022 14:29:57 +0000 (10:29 -0400)
commit3c86d77d1ff599eaf3da4b3e5ef538a4c371f661
tree0ecdae493ce7967d5ee3fc1dfbf4d0643fb01434
parent5a311a57505cfe4e79f7ff963f488fe9e2f8a8fb
allow serialized custom fields to have bigger lengths

Before all serialized fields were hard-coded to varchar(255). With
this change, they take the given text_length, ensuring we have at
least 255 in length.
CRM/Core/BAO/CustomField.php