colouring-cities / colouring-core

The Core Platform for the Colouring Cities Research Programme (CCRP)
https://colouringcities.org
GNU General Public License v3.0
48 stars 45 forks source link

Lift length restrictions on planning data strings. #1398

Closed matkoniecz closed 1 month ago

matkoniecz commented 1 month ago

See https://wiki.postgresql.org/wiki/Don%27t_Do_This#Don.27t_use_varchar.28n.29_by_default

Import started to fail as at least one link is exceeding 260 characters, limit that seemed reasonable. Lets lift this limits in general here.

matkoniecz commented 1 month ago

note: downgrade will fail with ERROR: value too long for type character varying(260) or similar if long value is present

I assume that it is fine

matkoniecz commented 1 month ago

applied to the server