corda / com.r3.corda.networkmanage.common.migration

Package com.r3.corda.networkmanage.common.migration

Types

MigrationManager

class MigrationManager

Manages the migration status.

Properties

AUTH_MIGRATION_VERSION

const val AUTH_MIGRATION_VERSION: String

This constant needs to be updated whenever there is a new set of the manual migrations expected to be executed for the Auth service. It is used at the service startup process to validate the current database state with the expected one - i.e. defined by the schema.

DOORMAN_MIGRATION_VERSION

const val DOORMAN_MIGRATION_VERSION: String

This constant needs to be updated whenever there is a new set of the manual migrations expected to be executed for the Doorman service. It is used at the service startup process to validate the current database state with the expected one - i.e. defined by the schema.

NETWORK_MAP_MIGRATION_VERSION

const val NETWORK_MAP_MIGRATION_VERSION: String

This constant needs to be updated whenever there is a new set of the manual migrations expected to be executed for the Network Map service. It is used at the service startup process to validate the current database state with the expected one - i.e. defined by the schema.

ZONE_MIGRATION_VERSION

const val ZONE_MIGRATION_VERSION: String

This constant needs to be updated whenever there is a new set of the manual migrations expected to be executed for the Zone service. It is used at the service startup process to validate the current database state with the expected one - i.e. defined by the schema.