Go to file
Shawn Pearce adf540382b Fix preUpdateSchema to support multiple version steps
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
2013-08-12 15:32:33 -07:00
2013-08-06 11:34:13 -07:00
2013-07-26 18:11:51 -07:00
2013-05-21 20:28:56 -07:00
2013-05-21 20:28:56 -07:00
2013-05-21 20:28:56 -07:00
2013-05-21 20:28:56 -07:00
2013-07-05 18:55:30 -07:00
2013-05-21 20:28:56 -07:00
2013-08-12 11:57:28 -07:00
2013-08-12 11:44:40 -07:00
2013-07-30 17:18:33 +00:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB