Currently, the attribute_label column has a contraint to 255 characters and refuses to store longer description texts:
[2024-07-04 15:43:22,701: ERROR/ForkPoolWorker-3] value too long for type character varying(255)
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/django/db/backends/utils.py", line 89, in _execute
return self.cursor.execute(sql, params)
psycopg2.errors.StringDataRightTruncation: value too long for type character varying(255)
Currently, the attribute_label column has a contraint to 255 characters and refuses to store longer description texts: