SuccessChanges

Summary

  1. tsk43(JPA) Adds support so that a user can have a list of favorite (details)
Commit f4d13b811de2397018e42fdf5cb98e925559ddf8 by alexandreferi13
tsk43(JPA) Adds support so that a user can have a list of favorite
microstories
Adds the necessary attributes to the Story and User entities so that a
user can have favorite stories. Additionally, these changes are added to
the sql files.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/UserEntity.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.drop.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.delete.sql (diff)