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

Remove patron.last_loan_activity_sync #1897

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

jonathangreen
Copy link
Member

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?

  • Unit tests

Checklist

  • I have updated the documentation accordingly.
  • All new and existing tests passed.

@jonathangreen jonathangreen added the DB migration This PR contains a DB migration label Jun 12, 2024
@jonathangreen jonathangreen requested a review from a team June 12, 2024 00:58
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.28%. Comparing base (1b2ce5f) to head (e976011).
Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@jonathangreen jonathangreen force-pushed the feature/patron-activity-task branch 4 times, most recently from a83fc20 to 87caa2f Compare June 13, 2024 17:20
Base automatically changed from feature/patron-activity-task to main June 13, 2024 18:35
Copy link
Contributor

@tdilauro tdilauro left a 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.

@jonathangreen jonathangreen force-pushed the feature/patron-activity-followup-migration branch from 0d61b94 to e976011 Compare June 14, 2024 14:21
@jonathangreen
Copy link
Member Author

@tdilauro it just needed a rebase since the base branch changed when the other merged. Its up to date now.

@jonathangreen jonathangreen requested a review from tdilauro June 14, 2024 14:21
Copy link
Contributor

@tdilauro tdilauro left a comment

Choose a reason for hiding this comment

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

🔥

@jonathangreen jonathangreen marked this pull request as ready for review June 18, 2024 16:03
@jonathangreen
Copy link
Member Author

#1894 went into v21.0.0 so I'm going to merge this one.

@jonathangreen jonathangreen merged commit 7e314c8 into main Jun 18, 2024
20 checks passed
@jonathangreen jonathangreen deleted the feature/patron-activity-followup-migration branch June 18, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DB migration This PR contains a DB migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants