Commit
6a8a64b2bbb976f0fe455d059de9bb4dc3cca567
by anrodriqueztsk63 Invitations between team and competition
Eliminates the many-to-many relationship previously created. This
happens because there is an attribute between the relationship, so it is
have to manage this manual relationship to work with composite keys.
Adds that a competition can add or remove an invitation to a team, and a
team can accept ot reject that invitation.
Adds the new entity to the persistence.xml and test-persistence.xml
files.