array( 'main_tid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0), 'merged_tid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0), ), 'primary key' => array('merged_tid'), ); return $schema; } /** * Implementation of hook_update_N(). * * just run through the update process so that the menu and theme registry cache gets cleared */ function taxonomy_manager_update_6001() { return array(); }