SuccessChanges

Summary

  1. tsk36 Adds annotation @Table(name = "xxxx") in jpa entities (details)
Commit c0f8b79480218be39f3f4adc28306ae281e7e5eb by alvarosuafe
tsk36 Adds annotation @Table(name = "xxxx") in jpa entities
The annotation was added to force a standard naming of tables when they
are created in the database to have a consensus between all development
environments across the development team.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java (diff)