Issue 17513

Update fulltext indexes in UAT and PROD

17513
Reporter: fmendez
Assignee: fmendez
Type: Task
Summary: Update fulltext indexes in UAT and PROD
Priority: Critical
Resolution: Fixed
Status: Closed
Created: 2015-03-19 18:48:29.067
Updated: 2018-05-31 16:32:14.959
Resolved: 2018-05-31 16:32:14.906
        
Description: This commit https://github.com/gbif/registry/commit/85c004a0ba72f0c621da8120b7928981fdd60c4c modified the fulltext fields, to update the indexes the following query must be executed after apply the liquibase changes:

update organization set title = title;
update node set title = title;
update installation set title = title;
update network set title = title;
update dataset set title = title;
update contact set user_id = user_id;]]>
    


Author: mblissett
Comment: Presumably was done.
Created: 2018-05-31 16:32:14.93
Updated: 2018-05-31 16:32:14.93