public class Schema_117 extends SchemaVersion
C
Modifier and Type | Method and Description |
---|---|
protected void |
preUpdateSchema(ReviewDb db)
Invoked before updateSchema adds new columns/tables.
|
check, execute, finish, getBinaryVersion, getPrior, getVersionNbr, guessVersion, migrateData, newExecutor, newStatement, prepareStatement, renameColumn, renameTable
protected void preUpdateSchema(ReviewDb db) throws com.google.gwtorm.server.OrmException, SQLException
SchemaVersion
preUpdateSchema
in class SchemaVersion
db
- open database handle.com.google.gwtorm.server.OrmException
- if a Gerrit-specific exception occurred.SQLException
- if an underlying SQL exception occurred.