You are here

function services_update_6302 in Services 6.3

File

./services.install, line 316
Install, uninstall and update the Services module.

Code

function services_update_6302() {
  $ret = array();
  db_drop_field($ret, 'services_endpoint', 'status');
  return $ret;
}