Remove modification of the SongCount #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For the AlbumStoreContext, ArtistStoreContext, GenreStoreContext, and YearStoreContext classes alter how the SongCount is retrieved. Instead of storing or retrieving a song count in the tables themselves, calculate the song counts. This would translate to not mapping the SongCount field to the database tables.
Affected tables