SuccessChanges

Summary

  1. tsk33 Fixes an error with the JPA generated tables (details)
Commit 6f332e15de95b807e6fd7a1e53bf55c04ea6c80e by david.f.suarez18
tsk33 Fixes an error with the JPA generated tables
The atributte "reads" in the Story entity, was changed to generate the
table StoryReads, with the columns story_id and readDate. This was done
due to
"READS" being a reserved word in MySQL and was causing problems in the
generated SQL.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java