Skip to content

chore(member merge) increase max length of user email on organizationmember model #92169

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mifu67
Copy link
Contributor

@mifu67 mifu67 commented May 22, 2025

Apologies, I think this should be the last change necessary to support sentry app proxy user placeholder emails.

@mifu67 mifu67 requested a review from cathteng May 22, 2025 22:19
@mifu67 mifu67 requested review from a team as code owners May 22, 2025 22:19
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label May 22, 2025
Copy link
Contributor

This PR has a migration; here is the generated SQL for src/sentry/migrations/0913_increase_orgmember_user_email_max_length.py

for 0913_increase_orgmember_user_email_max_length in sentry

--
-- Alter field user_email on organizationmember
--
ALTER TABLE "sentry_organizationmember" ALTER COLUMN "user_email" TYPE varchar(200);

Copy link

codecov bot commented May 22, 2025

⚠️ Parser warning

The parser emitted a warning. Please review your JUnit XML file:

Warning while parsing testcase attributes: Limit of string is 1000 chars, for name, we got 2083 at 1:156718 in /home/runner/work/sentry/sentry/.artifacts/pytest.junit.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants