Closed 1AhmedYasser closed 1 week ago
Note: this solves a problem that arrises on prod, when the content is too large the db won't add it because content was of type varchar(3000), so after consideration i converted it to text to remove the limit on it, and added a hash index on it instead of the normal index to better cope with large content for the time being, until future plans are set to better deal with this situation
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code