| 程序包 | 说明 |
|---|---|
| cn.com.pism.frc.resourcescanner |
| 限定符和类型 | 字段和说明 |
|---|---|
static MigrationVersion |
MigrationVersion.CURRENT
Current version.
|
static MigrationVersion |
MigrationVersion.EMPTY
Version for an empty schema.
|
static MigrationVersion |
MigrationVersion.LATEST
Latest version.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static MigrationVersion |
MigrationVersion.fromVersion(String version)
Create a MigrationVersion from a version String.
|
MigrationVersion |
Configuration.getBaselineVersion()
Retrieves the version to tag an existing schema with when executing baseline.
|
MigrationVersion |
Configuration.getTarget()
Gets the target version up to which Flyway should consider migrations.
|
MigrationVersion |
ResolvedMigration.getVersion() |
MigrationVersion |
JavaMigration.getVersion() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
MigrationVersion.compareTo(MigrationVersion o) |
Copyright © 2022. All rights reserved.