function node_update_7014
Add an index on {node}.language.
Related topics
File
-
modules/
node/ node.install, line 933
Code
function node_update_7014() {
db_add_index('node', 'language', array(
'language',
));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.