|
This requires a database conversion script to go from 2.6 to 2.7 to add these fields.
Have contacted Peter to check if there is a place in Confluence/Jira to put these conversions for 2.7 MySQL:
alter table SAKAI_PERSON_T add FAVOURITE_BOOKS text; alter table SAKAI_PERSON_T add FAVOURITE_TV_SHOWS text; alter table SAKAI_PERSON_T add FAVOURITE_MOVIES text; alter table SAKAI_PERSON_T add FAVOURITE_QUOTES text; alter table SAKAI_PERSON_T add EDUCATION_COURSE text; alter table SAKAI_PERSON_T add EDUCATION_SUBJECTS text; Oracle: alter table SAKAI_PERSON_T add FAVOURITE_BOOKS varchar2(4000); alter table SAKAI_PERSON_T add FAVOURITE_TV_SHOWS varchar2(4000); alter table SAKAI_PERSON_T add FAVOURITE_MOVIES varchar2(4000); alter table SAKAI_PERSON_T add FAVOURITE_QUOTES varchar2(4000); alter table SAKAI_PERSON_T add EDUCATION_COURSE varchar2(4000); alter table SAKAI_PERSON_T add EDUCATION_SUBJECTS varchar2(4000); Merged conversion scripts to 2.7.x
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
- favouriteBooks
- favouriteTvShows
- favouriteMovies
- favouriteQuotes