You are here

function hosting_task_update_6001 in Hostmaster (Aegir) 6

remove the redundant hosting_queue table

File

modules/hosting/task/hosting_task.install, line 180

Code

function hosting_task_update_6001() {
  $ret = array();
  db_drop_table($ret, 'hosting_task_queue');
  return $ret;
}