function hosting_server_update_6000 in Hosting 6.2
Same name and namespace in other branches
- 7.4 server/hosting_server.install \hosting_server_update_6000()
- 7.3 server/hosting_server.install \hosting_server_update_6000()
File
- server/
hosting_server.install, line 112
Code
function hosting_server_update_6000() {
$return = array();
db_add_index($return, 'hosting_service', 'vid', array(
'vid',
));
return $return;
}