public class Schema_160 extends SchemaVersion
Since draft changes no longer exist, these menu items are obsolete.
Only matches menu items (with any name) where the URL exactly matches one of the following,
with or without leading #
:
Other menus containing is:draft
in other positions are not affected; this is still a
valid predicate that matches no changes.
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, renameTable
protected void migrateData(ReviewDb db, UpdateUI ui) throws com.google.gwtorm.server.OrmException
SchemaVersion
migrateData
in class SchemaVersion
db
- open database handle.ui
- interface for interacting with the user.com.google.gwtorm.server.OrmException
- if a Gerrit-specific exception occurred.