Version : 6.x-1.2
Date : 2010-01-27
Package : XML sitemap

function xmlsitempa_update_6152() {
  $ret = array();
  db_add_index($ret, 'xmlsitemap', 'loc', array('loc'));
  return $ret;
}

Updates misses, because of type 'xmlsitempa' instead of 'xmlsitemap'.
Stays at xmlsitemap_update_6151, Schema compare reports missing loc index.

Comments

webel created an issue. See original summary.

gobinathm’s picture

Status: Active » Closed (outdated)

As D6 is in EOL, I believe there won't be any support / fix for a problem identified in 6x going forward. Given the fact that D6 is already EOL. Hence i guess this issue can be closed.

Changing the status, if incorrect pls revert the status.