Skip to content

chore(control): Pending deletion for dead ExternalActorReplica table#119532

Open
strongs wants to merge 1 commit into
masterfrom
strongs/drop-externalactorreplica
Open

chore(control): Pending deletion for dead ExternalActorReplica table#119532
strongs wants to merge 1 commit into
masterfrom
strongs/drop-externalactorreplica

Conversation

@strongs

@strongs strongs commented Jul 13, 2026

Copy link
Copy Markdown
Member

second-to-last change to tear out the unused ExternalActorReplica table; move it to pending prior to actually dropping

The next PR in this series will be the final one, where the table actually gets dropped: PR link

@strongs strongs requested review from a team as code owners July 13, 2026 17:17
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 13, 2026
@sentry

sentry Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Sentry Snapshot Testing

Name Added Removed Changed Renamed Unchanged Skipped Status
sentry-frontend
sentry-frontend
0 0 0 0 451 0 ✅ Unchanged

⚙️ sentry-frontend Snapshot Settings

@github-actions

Copy link
Copy Markdown
Contributor

This PR has a migration; here is the generated SQL for src/sentry/hybridcloud/migrations/0031_remove_externalactorreplica_pending.py

for 0031_remove_externalactorreplica_pending in hybridcloud

--
-- Alter field integration on externalactorreplica
--
SET CONSTRAINTS "hybridcloud_external_integration_id_f5d75f8b_fk_sentry_in" IMMEDIATE; ALTER TABLE "hybridcloud_externalactorreplica" DROP CONSTRAINT "hybridcloud_external_integration_id_f5d75f8b_fk_sentry_in";
--
-- Alter field user on externalactorreplica
--
SET CONSTRAINTS "hybridcloud_external_user_id_be164c6c_fk_auth_user" IMMEDIATE; ALTER TABLE "hybridcloud_externalactorreplica" DROP CONSTRAINT "hybridcloud_external_user_id_be164c6c_fk_auth_user";
--
-- Moved model ExternalActorReplica to pending deletion state
--
-- (no-op)

@strongs strongs force-pushed the strongs/delete-dead-externalactorreplica-callee branch from 2f82526 to 099edb0 Compare July 13, 2026 17:35
@strongs strongs requested a review from a team as a code owner July 13, 2026 17:35
Base automatically changed from strongs/delete-dead-externalactorreplica-callee to master July 13, 2026 19:36
@strongs strongs force-pushed the strongs/drop-externalactorreplica branch from 88d8be5 to 2e3482e Compare July 13, 2026 19:39
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