You are here

function performance_update_1 in Devel 5

File

performance/performance.install, line 132

Code

function performance_update_1() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {performance_detail}  DROP title");
  $ret[] = update_sql("ALTER TABLE {performance_summary} DROP title");
  return $ret;
}