You are here

function content_update_6 in Content Construction Kit (CCK) 5

The cache for nodes has changed to account for revisions correctly.

File

./content.install, line 236

Code

function content_update_6() {
  return array(
    update_sql('DELETE FROM {cache}'),
  );
}