indiehd / web-api

GNU Affero General Public License v3.0
6 stars 4 forks source link

fix: Remove unused song_user table #188

Closed cbj4074 closed 3 years ago

cbj4074 commented 3 years ago

Originally, this table's intention was to relate users with the songs they had purchased, but as the project evolves, it's clear that the mechanism by which these entities are related will be more complex than this. Given that these changes do not break any tests, all of this is safe to remove.

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@e88e702). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #188   +/-   ##
=========================================
  Coverage          ?   71.79%           
  Complexity        ?      405           
=========================================
  Files             ?      109           
  Lines             ?     1060           
  Branches          ?        0           
=========================================
  Hits              ?      761           
  Misses            ?      299           
  Partials          ?        0           

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 e88e702...e42035e. Read the comment docs.