SuccessChanges

Summary

  1. Adds non-nullable and unique checks to the Registration.login field (details)
Commit 634ff0c3407140f4b602fcaaf57b9b0e522c762b by Miguel Reboiro-Jato
Adds non-nullable and unique checks to the Registration.login field
The Registration.login field should be treated as the User.login field.
As the User.login field is the primary key, the non-nullable and unique
checks are implicitly added. However, as the Registration.login field is
not a primary key, this checks must be explicitly added.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Registration.java