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
@@ -16,7 +16,7 @@ type propertyRepository struct {
func NewPropertyRepository() domain.PropertyRepository {
r := &propertyRepository{}
r.entityName = "property"
r.tableName = "property"
return r
}