when installing cvs drupal, update.php attempts to run all updates since 1/17/2002. but the update for that day was already performed in database.mysql (2002-01-17 ALTER TABLE users ADD data TEXT). so this update fails. the proper update to begin with is update_20()
Comments
Comment #1
(not verified) commentedThis will be fixed during the next update of database.mysql. Shouldn't cause any problems till then.