You are here

function uuid_features_update_6100 in UUID Features Integration 6

Update uuid_features module weight per http://drupal.org/node/1004478.

File

./uuid_features.install, line 13

Code

function uuid_features_update_6100() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = -50 WHERE name = 'uuid_features' AND type = 'module'");
  return $ret;
}