SuccessChanges

Summary

  1. tsk31 Adds field for distinguishing between published and unpublished (details)
Commit 90f3e1dcc6a4d14c1f3ea7ec1dd2892319ddc66b by mvaugusto
tsk31 Adds field for distinguishing between published and unpublished
stories
Adds field to story entity in order to tell if it's published or not,
and it updates all sql scripts and datasets accordingly (setting all
stories as published by default).
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java
The file was modifiedadditional-material/db/microstories-mysql.creation.sql
The file was modifieddomain/src/main/resources/META-INF/data.sql
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java
The file was modifiedtests/src/main/resources/datasets/stories-with-views.xml
The file was modifiedtests/src/main/resources/datasets/stories-less-than-six.xml
The file was modifiedadditional-material/db/microstories-mysql.data.sql
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedadditional-material/db/microstories-mysql.full.sql
The file was modifiedtests/src/main/resources/datasets/stories-search.xml
The file was modifiedtests/src/main/resources/datasets/stories-update.xml
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml
The file was modifiedtests/src/main/resources/datasets/stories-create.xml