adf540382be0bbfd0474c3aab7931340b1abfa98
The preUpdateSchema method ran too late when declared in schema version 81 and the installation was updating from version 79 through 80 to 81. During the 79->80 step gwtorm created missing tables and columns, failing to give version 81's preUpdateSchema method a chance to rename tables and columns from an old name to a new name. Run all intermediate preUpdateSchema methods before running the gwtorm black magic, then run migrateData after all current columns and tables are in place. Change-Id: Id5a9b5c7f39bd0e25a38cad37abaea2c7077a6ca
Description
RETIRED, Gerrit as used by OpenStack