Skip to content

fix(db): convert SponsorBadgeScan.Notes to utf8mb4#536

Open
smarcet wants to merge 1 commit intomainfrom
fix/sponsor-badge-scan-notes-utf8mb4
Open

fix(db): convert SponsorBadgeScan.Notes to utf8mb4#536
smarcet wants to merge 1 commit intomainfrom
fix/sponsor-badge-scan-notes-utf8mb4

Conversation

@smarcet
Copy link
Copy Markdown
Collaborator

@smarcet smarcet commented Apr 29, 2026

ref: https://app.clickup.com/t/86b9nvmdj
The Notes column is on utf8 (3-byte), causing 'Incorrect string value' PDOExceptions when users submit 4-byte characters (emoji, supplementary plane). Convert to utf8mb4_general_ci to match the precedent set for SummitAttendee.AdminNotes in Version20221012133111.

The Notes column is on utf8 (3-byte), causing 'Incorrect string value'
PDOExceptions when users submit 4-byte characters (emoji, supplementary
plane). Convert to utf8mb4_general_ci to match the precedent set for
SummitAttendee.AdminNotes in Version20221012133111.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

Warning

Rate limit exceeded

@smarcet has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 48 minutes and 5 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 45ae94fc-752b-4c8d-b069-ca060a4a0fe3

📥 Commits

Reviewing files that changed from the base of the PR and between c39160a and 8d4adb2.

📒 Files selected for processing (1)
  • database/migrations/model/Version20260429160000.php
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/sponsor-badge-scan-notes-utf8mb4

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 48 minutes and 5 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@smarcet smarcet requested a review from romanetar April 29, 2026 16:36
@github-actions
Copy link
Copy Markdown

📘 OpenAPI / Swagger preview

➡️ https://OpenStackweb.github.io/summit-api/openapi/pr-536/

This page is automatically updated on each push to this PR.

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.

1 participant