Skip to content

extend releases.license column length#3302

Merged
GuillaumeGomez merged 1 commit intorust-lang:mainfrom
syphar:long-license
Apr 19, 2026
Merged

extend releases.license column length#3302
GuillaumeGomez merged 1 commit intorust-lang:mainfrom
syphar:long-license

Conversation

@syphar
Copy link
Copy Markdown
Member

@syphar syphar commented Apr 19, 2026

Fixes #3301

postgres performance characteristics are the same with VARCHAR(xxx) or TEXT columns, other than with different databases

@syphar syphar requested a review from a team as a code owner April 19, 2026 07:20
@syphar syphar self-assigned this Apr 19, 2026
@github-actions github-actions Bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Apr 19, 2026
@GuillaumeGomez GuillaumeGomez merged commit dbb046b into rust-lang:main Apr 19, 2026
12 checks passed
@GuillaumeGomez
Copy link
Copy Markdown
Member

Thanks!

@GuillaumeGomez GuillaumeGomez deleted the long-license branch April 19, 2026 13:18
@github-actions github-actions Bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Apr 19, 2026
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Apr 23, 2026
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.

Build marked as failed due to VARCHAR(100) limit on license field(?)

2 participants