function hosting_server_update_6005 in Hosting 6.2
Same name and namespace in other branches
- 7.4 server/hosting_server.install \hosting_server_update_6005()
- 7.3 server/hosting_server.install \hosting_server_update_6005()
Rename the IP address table so that sites can also use it.
File
- server/
hosting_server.install, line 205
Code
function hosting_server_update_6005() {
$ret = array();
db_rename_table($ret, 'hosting_server_ip', 'hosting_ip_addresses');
return $ret;
}