I really don't know how to do this. Any time I have tried to fork the
schema by using e.g. schema version 100 things went badly during
upgrades. It just didn't work well.
Maybe instead of changing the schema, define a new one in the same
database. Instead of ReviewDb, define a new interface extending from
Schema that defines your own set of tables that are stored alongside
of the ones that Gerrit uses with ReviewDb? Then you need to bind a
SchemaFactory<YourType> in Guice and connect it to the same database
connection pool that the SchemaFactory<ReviewDb> uses.