Actions
Feature proposal #6990
closedForce database asset length limit
Description
Currently asset is a text column with index lengths set at 100. Change this to a char column with a limit of 100 characters. Anything more is completely unnecessary and destroys performance.
Actions