You are here

function hosting_site_update_6 in Hostmaster (Aegir) 6

File

modules/hosting/site/hosting_site.install, line 202

Code

function hosting_site_update_6() {
  $ret = array();
  db_add_field($ret, 'hosting_site', 'port', array(
    'type' => 'int',
    'not null' => TRUE,
    'default' => 0,
  ));
  return $ret;
}