function twitter_update_6513 in Twitter 6.5
Add an extra index on {twitter}.created_time.
File
- ./
twitter.install, line 1085 - Install, update and uninstall functions for the twitter module.
Code
function twitter_update_6513() {
$ret = array();
db_add_index($ret, 'twitter', 'created_time', array(
'created_time',
));
return $ret;
}