You are here

function hosting_server_update_6000 in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 server/hosting_server.install \hosting_server_update_6000()
  2. 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;
}