jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.24k stars 605 forks source link

Add missing migration for https://github.com/jazzband/django-push-notifications/pull/614 #645

Closed simonkern closed 2 years ago

simonkern commented 2 years ago

Adds missing migration for commit a3971b7325e91b0a5cc3367d7ea678e96282e76f https://github.com/jazzband/django-push-notifications/pull/614

codecov[bot] commented 2 years ago

Codecov Report

Merging #645 (af2d334) into master (a5b2761) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #645      +/-   ##
==========================================
+ Coverage   68.32%   68.43%   +0.11%     
==========================================
  Files          25       26       +1     
  Lines        1108     1112       +4     
  Branches      242      243       +1     
==========================================
+ Hits          757      761       +4     
  Misses        313      313              
  Partials       38       38              
Impacted Files Coverage Δ
...ions/migrations/0009_alter_apnsdevice_device_id.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a5b2761...af2d334. Read the comment docs.