SuccessChanges

Summary

  1. tsk43 Fixes the relationship between competition and team (details)
Commit 3549316d4d0739cb6cde5ea594649be37538c955 by anrodriquez
tsk43 Fixes the relationship between competition and team
The relationship between competition and team was doubled. Initially
there was a relationship of one to many, and when it was changed from
many to many a duplicity was created by not modifying the previous
relationship and establishing a new one. So now the relationship of one
to many is eliminated to team, and the relationship of many to many is
corrected.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Team.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Competition.java (diff)