You are here

function system_update_168 in Drupal 5

Same name and namespace in other branches
  1. 4 database/updates.inc \system_update_168()

File

modules/system/system.install, line 2554

Code

function system_update_168() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {term_hierarchy} ADD PRIMARY KEY (tid, parent)");
  return $ret;
}