SuccessChanges

Summary

  1. tsk91 (JPA) Adds support for recording the reading of a microhistory (details)
Commit 75bacb3765356e29e45d659080fa780224bed7ce by anaabadlorenzo24
tsk91 (JPA) Adds support for recording the reading of a microhistory
Adds new attribute to StoryEntity and UserEntity to support the
recording of readings for the different users. Adds to SQL files the
creation of the new table necessary for this attribute, data to fill
this table and the removal of data and table.
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.delete.sql (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 modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorEntity.java (diff)