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

ref: remove unused attachment_id column part 1 #82892

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

asottile-sentry
Copy link
Member

blocked on #82891

@asottile-sentry asottile-sentry requested review from a team as code owners January 3, 2025 21:26
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 3, 2025
Copy link
Contributor

github-actions bot commented Jan 3, 2025

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

--
-- Moved monitorcheckin.attachment_id field to pending deletion state
--
-- (no-op)

Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #82892       +/-   ##
===========================================
+ Coverage   45.27%   87.56%   +42.29%     
===========================================
  Files        9407     9421       +14     
  Lines      535958   536625      +667     
  Branches    21119    21119               
===========================================
+ Hits       242632   469907   +227275     
+ Misses     292966    66358   -226608     
  Partials      360      360               

@asottile-sentry asottile-sentry force-pushed the asottile-remove-attachment-id-column branch from ae8abf7 to 5dd9461 Compare January 7, 2025 18:38
@asottile-sentry asottile-sentry force-pushed the asottile-remove-attachment-id-column branch from 9c00061 to b48019e Compare January 7, 2025 20:00
@asottile-sentry asottile-sentry enabled auto-merge (squash) January 7, 2025 20:00
Copy link
Contributor

github-actions bot commented Jan 7, 2025

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

--
-- Moved monitorcheckin.attachment_id field to pending deletion state
--
-- (no-op)

@asottile-sentry asottile-sentry merged commit f6ce723 into master Jan 7, 2025
48 checks passed
@asottile-sentry asottile-sentry deleted the asottile-remove-attachment-id-column branch January 7, 2025 20:28
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