Class SchemaMigrator

java.lang.Object
ca.uhn.fhir.jpa.migrate.SchemaMigrator

public class SchemaMigrator extends Object
The SchemaMigrator class is responsible for managing and executing database schema migrations during standard bootup. It provides methods to validate the schema version and migrate the schema if necessary. This supports all the configuation needed to run via the CLI or via a bootup migrator. Specifically 1. Dry Run 2. Enable Heavyweight Tasks 3. Task Skipping