Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lift length restrictions on planning data strings. #1398

Conversation

matkoniecz
Copy link
Contributor

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.

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
Copy link
Contributor Author

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

@mdsimpson42 mdsimpson42 merged commit 4166543 into colouring-cities:master Oct 1, 2024
2 checks passed
@matkoniecz matkoniecz deleted the fix/lift_restrictions_on_planning_data branch October 3, 2024 12:41
@matkoniecz
Copy link
Contributor Author

applied to the server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants