Actions
Bug #6026
closedSQL definition file uses varchar, but it should use only text
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
A long time ago, when we were young and fool, we thought that using varchar in the database was a good idea.
Turns out, it is not. this ticket is to replace all varchar to text, as they are faster, and don't use more space
Actions