You are here

function xmlsitemap_update_6151 in XML sitemap 6

Implementation of hook_update_N().

File

./xmlsitemap.install, line 559
Installation file for XML sitemap.

Code

function xmlsitemap_update_6151() {
  $ret = array();
  db_add_index($ret, 'xmlsitemap', 'type_id', array(
    'type',
    'id',
  ));
  return $ret;
}