Closed acidtv closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.38%. Comparing base (
e34819a
) to head (735c3fe
). Report is 12 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #1521
Description of the Change
This PR uses
.iterator()
instead of.all()
in the0012_add_token_checksum
migration to prevent reading the whole table into memory.I'm not sure if it makes sense to unittest this.
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS