Skip to content

chore(control): Actually DROP ExternalActorReplica#119533

Open
strongs wants to merge 4 commits into
strongs/drop-externalactorreplicafrom
strongs/actually-drop-externalactorreplica
Open

chore(control): Actually DROP ExternalActorReplica#119533
strongs wants to merge 4 commits into
strongs/drop-externalactorreplicafrom
strongs/actually-drop-externalactorreplica

Conversation

@strongs

@strongs strongs commented Jul 13, 2026

Copy link
Copy Markdown
Member

Final step of tearing out ExternalActorReplica - actually dropping the table

@strongs strongs requested a review from a team as a code owner July 13, 2026 17:24
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 13, 2026
@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 src/sentry/hybridcloud/migrations/0032_delete_externalactorreplica.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)

for 0032_delete_externalactorreplica in hybridcloud

--
-- Delete model ExternalActorReplica
--
DROP TABLE "hybridcloud_externalactorreplica" CASCADE;

@strongs strongs force-pushed the strongs/drop-externalactorreplica branch from 88d8be5 to 2e3482e Compare July 13, 2026 19:39
@strongs strongs requested review from a team as code owners 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