You are here

function menu_firstchild_update_6001 in Menu Firstchild 7

Same name and namespace in other branches
  1. 6 menu_firstchild.install \menu_firstchild_update_6001()

Implementation of hook_update_N().

File

./menu_firstchild.install, line 32
Installation file for the menu_firstchild module.

Code

function menu_firstchild_update_6001(&$sandbox) {
  db_add_index('menu_links', 'plid', array(
    'plid',
  ));
}