You are here

function hosting_web_cluster_uninstall in Hostmaster (Aegir) 6

File

modules/hosting/web_cluster/hosting_web_cluster.install, line 35

Code

function hosting_web_cluster_uninstall() {
  drupal_uninstall_schema('hosting_web_cluster');
}