GeoNodeUserGroup-DE / geonode-dev-datapackage

Datapackage development setup based on Docker Blueprint for GeoNode
0 stars 0 forks source link

Relax column contraint for attribute_label #23

Closed ridoo closed 4 months ago

ridoo commented 4 months ago

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)