If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Release 6.20.0: Changing DB-type for the field info of the contact module.
Release 6.20.0: Changing DB-type for the field info of the contact module.
The field info seems not to be used at all. So we change the type from VARCHAR(5192) to TEXT, which is stored separately and does not count to the table limit. Beside lower search performance on this field there are no additional side effects.