public class Schema_101 extends SchemaVersion
C| Modifier and Type | Method and Description |
|---|---|
protected void |
migrateData(ReviewDb db,
UpdateUI ui)
Invoked between updateSchema (adds new columns/tables) and pruneSchema (removes deleted
columns/tables).
|
check, execute, finish, getBinaryVersion, getPrior, getVersionNbr, guessVersion, newExecutor, newStatement, prepareStatement, preUpdateSchema, renameColumn, renameTableprotected void migrateData(ReviewDb db, UpdateUI ui) throws com.google.gwtorm.server.OrmException, SQLException
SchemaVersionmigrateData in class SchemaVersiondb - open database handle.ui - interface for interacting with the user.com.google.gwtorm.server.OrmException - if a Gerrit-specific exception occurred.SQLException - if an underlying SQL exception occurred.