Koha/installer/data
Kyle Hall 5266069016
Bug 30984: (QA follow-up) Switch from mediumtext to varchar(255)
My research indeicates that tinytext of less than 40 bytes uses
about the same storage as a varchar(255). Also, using
a TEXT field in a complex query may create a temp table.
varchar fields are also more efficient for sorting on.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-08-01 09:21:38 -03:00
..
mysql Bug 30984: (QA follow-up) Switch from mediumtext to varchar(255) 2022-08-01 09:21:38 -03:00