-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
ref(crons): Remove {next,last}_checkin from monitor model (state) #49132
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(crons): Remove {next,last}_checkin from monitor model (state) #49132
Conversation
This PR has a migration; here is the generated SQL for --
-- Custom state/database change combination
-- |
41863c8
to
d35ff5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. The column is already nullable.
Should be totally unused as well |
Sneaky, some test were still using it |
d35ff5f
to
40e4df6
Compare
40e4df6
to
aef3d4c
Compare
aef3d4c
to
8e30cec
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #49132 +/- ##
==========================================
- Coverage 80.97% 80.97% -0.01%
==========================================
Files 4819 4819
Lines 202040 202037 -3
Branches 11397 11397
==========================================
- Hits 163603 163598 -5
- Misses 38183 38185 +2
Partials 254 254
|
This PR has a migration; here is the generated SQL for --
-- Custom state/database change combination
-- |
Follow up to #49132 --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
…9132) This column is now unused (as monitor environments track these)
Follow up to #49132 --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
This column is now unused (as monitor environments track these)