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!