User tests: Successful: Unsuccessful:
Change Proposal for [#30038] SQL files not processed by component update.
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30038
When the DB update should run during a component update, the Installer does not know the new version,
To solve this,
$this->parent->setSchemaVersion($this->manifest->update->schemas,
$eid); should be called
Closing this because it was already fixed.
Thanks!!
What if schema update fails (timeout, temporary error)? That basically means that schema doesn't get updated and the only way to fix the issue is to do the update manually.