Upgrading drupal to 4.7.2
Upgraded some websites to the latest version of drupal this morning. Was getting an error about the schema_version column not being found when I ran the update.php. Did the following on the relevant mysql db:
alter table system add schema_version smallint(3) NOT NULL default '-1' after bootstrap;