Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enabled the addition of YouTube video links to a name entry by adding a new entity list property to AbstractNameEntry. Also enabled the website (front-end) to display any number of videos as embedded videos on the single name entry page.
The videos (caption and URL) are stored on a separate table on the database and this means that if as expected on production, Hibernate is set to not automatically update the schema, SQL scripts will have to be run to create the two new tables before this feature is deployed to production. Otherwise, the application startup will fail during database initialization as those tables would be reported missing.
The scripts to create the new tables are provided below:
duplicate_name_entry_videos
name_entry_videos