Repair Error

Hello,

I ran a quick repair on my production org, and receiving this error:

/*COLUMNS*/
/*MISSING IN DATABASE - team_id - ROW*/
/*MISSING IN DATABASE - team_set_id - ROW*/
/*MISSING IN DATABASE - acl_team_set_id - ROW*/
ALTER TABLE hint_accountsets add COLUMN team_id char(36) NULL , add COLUMN team_set_id char(36) NULL , add COLUMN acl_team_set_id char(36) NULL;
/* INDEXES */
/*MISSING INDEX IN DATABASE - idx_hint_accountsets_tmst_id - index ROW */
ALTER TABLE hint_accountsets ADD INDEX idx_hint_accountsets_tmst_id (team_set_id,deleted);;

/*MISSING INDEX IN DATABASE - idx_hint_accountsets_acl_tmst_id - index ROW */
ALTER TABLE hint_accountsets ADD INDEX idx_hint_accountsets_acl_tmst_id (acl_team_set_id,deleted);;

No sure what does this relate to - does anyone experienced this error before?

Thanks!

Parents
  • Hi Ada,

    Did you see this error after 12.0 upgrade in the sugarcrm.log?

    If yes we also have experienced same issue after upgrading to Sugar 12 and this issue is related to Sugar Hint.

    Looks like there is some bug related to Sugar Hint in the recent release Sugar 12.0 version.

    I think it is good to check with SugarCRM Team regarding the same.

    Thanks and Best Regards,

    PK,

    www.bhea.com

Reply
  • Hi Ada,

    Did you see this error after 12.0 upgrade in the sugarcrm.log?

    If yes we also have experienced same issue after upgrading to Sugar 12 and this issue is related to Sugar Hint.

    Looks like there is some bug related to Sugar Hint in the recent release Sugar 12.0 version.

    I think it is good to check with SugarCRM Team regarding the same.

    Thanks and Best Regards,

    PK,

    www.bhea.com

Children