chore(control): Pending deletion for dead ExternalActorReplica table#119532
Open
strongs wants to merge 1 commit into
Open
chore(control): Pending deletion for dead ExternalActorReplica table#119532strongs wants to merge 1 commit into
strongs wants to merge 1 commit into
Conversation
Contributor
Sentry Snapshot Testing
|
Contributor
|
This PR has a migration; here is the generated SQL for for --
-- 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) |
wedamija
approved these changes
Jul 13, 2026
2f82526 to
099edb0
Compare
markstory
approved these changes
Jul 13, 2026
Base automatically changed from
strongs/delete-dead-externalactorreplica-callee
to
master
July 13, 2026 19:36
88d8be5 to
2e3482e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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