You are here

function deploy_uuid_update_6002 in Deploy - Content Staging 6

File

modules/deploy_uuid/deploy_uuid.install, line 224

Code

function deploy_uuid_update_6002() {
  $ret = array();
  db_query("UPDATE {system} SET weight = -1 WHERE name = 'deploy_uuid'");
  return $ret;
}