You are here

function redhen_note_update_7100 in RedHen CRM 7

Add indexes for foreign keys.

File

modules/redhen_note/redhen_note.install, line 172
Schema and installation hooks for redhen_note module.

Code

function redhen_note_update_7100(&$sandbox) {
  db_add_index('redhen_note', 'redhen_note_author', array(
    'author_uid',
  ));
}