Fix some performance/volume issues

This commit is contained in:
Deluan
2020-01-13 00:04:11 -05:00
committed by Deluan Quintão
parent 973f8869eb
commit fddd0dc353
9 changed files with 94 additions and 45 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type artistRepository struct {
func NewArtistRepository() domain.ArtistRepository {
r := &artistRepository{}
r.entityName = "artist"
r.tableName = "artist"
return r
}