function boost_update_6124 in Boost 6
Update 6124 - Add missing page_type index to boost_cache_relationships table
File
- ./
boost.install, line 1468 - Handles Boost module installation and upgrade tasks.
Code
function boost_update_6124() {
$ret = array();
// Make sure we have boost.module file loaded
drupal_load('module', 'boost');
_boost_index_exists($ret, 'boost_cache_relationships', 'page_type');
return $ret;
}