-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove patron.last_loan_activity_sync #1897
Remove patron.last_loan_activity_sync #1897
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1897 +/- ##
=======================================
Coverage 90.28% 90.28%
=======================================
Files 332 332
Lines 39865 39870 +5
Branches 8647 8649 +2
=======================================
+ Hits 35991 35996 +5
Misses 2581 2581
Partials 1293 1293 ☔ View full report in Codecov by Sentry. |
a83fc20
to
87caa2f
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.
It looks like there's some stuff in this one that was in #1894.
0d61b94
to
e976011
Compare
@tdilauro it just needed a rebase since the base branch changed when the other merged. Its up to date now. |
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.
🔥
Description
Removes the patron.last_loan_activity_sync column that is no longer being removed.
🚨 this one shouldn't get merged until #1894 goes into a release. I'll leave this in draft until then.
Motivation and Context
Follow up migration for #1894.
How Has This Been Tested?
Checklist