Skip to content

feat(seer-billing): Remove OrganizationContributors integration id column - #121011

Open
srest2021 wants to merge 1 commit into
masterfrom
srest2021/CW-1539-delete-integration-id-column
Open

feat(seer-billing): Remove OrganizationContributors integration id column#121011
srest2021 wants to merge 1 commit into
masterfrom
srest2021/CW-1539-delete-integration-id-column

Conversation

@srest2021

@srest2021 srest2021 commented Jul 31, 2026

Copy link
Copy Markdown
Member

Fixes INC-2393

Depends on #120980

The integration_id column on OrganizationContributors was marked pending deletion in #120980. Now, actually drop the column per https://develop.sentry.dev/backend/application-domains/database-migrations/#deleting-columns.

@linear-code

linear-code Bot commented Jul 31, 2026

Copy link
Copy Markdown

INC-2393

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

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

for 1149_organizationcontributors_delete_integration_id_column in sentry

--
-- Remove field integration_id from organizationcontributors
--
ALTER TABLE "sentry_organizationcontributors" DROP COLUMN "integration_id" CASCADE;

@srest2021
srest2021 marked this pull request as ready for review July 31, 2026 21:33
@srest2021
srest2021 requested a review from a team as a code owner July 31, 2026 21:33
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.

1 participant