Change schema data type for project attributes #3758
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
Project attributes are stored as key
VARCHAR(255)
-> valueVARCHAR(255)
.But 255 is not enough for the value length as IDE may save there json objects(like project specific commands).
Change the
VARCHAR(255)
data type toTEXT
for project attribute value.The text was updated successfully, but these errors were encountered: