You are here

function comment_update_6001 in Drupal 6

File

modules/comment/comment.install, line 25

Code

function comment_update_6001() {
  $ret[] = update_sql("ALTER TABLE {comments} DROP score");
  $ret[] = update_sql("ALTER TABLE {comments} DROP users");
  return $ret;
}