rushsteve1 / RateTheDub

Is the dub for that anime any good?
https://ratethedub.com
Apache License 2.0
6 stars 0 forks source link

Split voice actors into their own table #51

Closed rushsteve1 closed 3 years ago

rushsteve1 commented 3 years ago

Currently voice actors are stored in their related anime. This is really inefficient and definitely can be done better by putting the actors in their own table and then either using a many_to_many relation or some kind of embedded schema.