cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 58 forks source link

Inadvertent Change #3578

Closed bhsmither closed 2 months ago

bhsmither commented 2 months ago

In /setup/db/install/structure.sql, the CREATE CubeCart_filemanager, the title column got changed from 'varchar(255)' to 'varchar(16)'.

Perhaps this specific title column was not meant to be swept up in the adjustment made to accommodate a limited key length on fulltext indexes.

Suggest changing this back.