Skip to content

Conversation

@qcdyx
Copy link
Contributor

@qcdyx qcdyx commented Jan 16, 2026

Summary:

Closes #1542

Expected behavior:

This PR update the type of hosted_url in gtfsfile table to be text.

  1. feed_license_change: feed_license_url (text type already)
  2. License: url (text type already)
  3. feedrelatedlink: url (text type already)
  4. Gtfsfile: hosted_url (varchar 255 type)

Testing tips:

Provide tips, procedures and sample files on how to test the feature.
Testers are invited to follow the tips AND to try anything they deem relevant outside the bounds of the testing tips.

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the unit tests with ./scripts/api-tests.sh to make sure you didn't break anything
  • Add or update any needed documentation to the repo
  • Format the title like "feat: [new feature short description]". Title must follow the Conventional Commit Specification(https://www.conventionalcommits.org/en/v1.0.0/).
  • Linked all relevant issues
  • Include screenshot(s) showing how this pull request works and fixes the issue(s)

@qcdyx qcdyx linked an issue Jan 16, 2026 that may be closed by this pull request
Copy link
Member

@davidgamez davidgamez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@qcdyx qcdyx merged commit 7e1b946 into main Jan 16, 2026
2 of 3 checks passed
@qcdyx qcdyx deleted the 1542-db-error-value-too-long-for-type-character-varying255 branch January 16, 2026 15:59
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.

DB error: value too long for type character varying(255)

3 participants