Class Schema_139

    • Method Detail

      • migrateData

        protected void migrateData​(ReviewDb db,
                                   UpdateUI ui)
                            throws com.google.gwtorm.server.OrmException,
                                   SQLException
        Description copied from class: SchemaVersion
        Invoked between updateSchema (adds new columns/tables) and pruneSchema (removes deleted columns/tables).
        Overrides:
        migrateData in class SchemaVersion
        Parameters:
        db - open database handle.
        ui - interface for interacting with the user.
        Throws:
        com.google.gwtorm.server.OrmException - if a Gerrit-specific exception occurred.
        SQLException - if an underlying SQL exception occurred.