You are here

function system_update_6028 in Drupal 6

Add the node load cache table.

Related topics

File

modules/system/system.install, line 2126

Code

function system_update_6028() {

  // Removed node_load cache to discuss it more for Drupal 7.
  return array();
}