Skip to content
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

chore(alerts): Drop alert activations tables #83280

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

Conversation

ceorourke
Copy link
Member

Final follow up to #83255 to actually remove the models now

@ceorourke ceorourke requested a review from a team as a code owner January 10, 2025 22:48
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 10, 2025
Copy link
Contributor

This PR has a migration; here is the generated SQL for src/sentry/migrations/0814_drop_alertactivations.py ()

--
-- Delete model AlertRuleActivationCondition
--
DROP TABLE "sentry_alertruleactivationcondition" CASCADE;
--
-- Delete model AlertRuleActivations
--
DROP TABLE "sentry_alertruleactivations" CASCADE;

Copy link
Member

@wedamija wedamija left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

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.

2 participants