function system_update_7062
Replace 'system_list' index with 'bootstrap' index on {system}.
Related topics
File
-
modules/
system/ system.install, line 3071
Code
function system_update_7062() {
db_drop_index('system', 'bootstrap');
db_drop_index('system', 'system_list');
db_add_index('system', 'system_list', array(
'status',
'bootstrap',
'type',
'weight',
'name',
));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.