readVersion abstract method
Reads the stored artifacts for a migration version.
Returns null if the version cannot be found.
Implementation
Future<MigrationVersionArtifacts?> readVersion(String version);
Reads the stored artifacts for a migration version.
Returns null if the version cannot be found.
Future<MigrationVersionArtifacts?> readVersion(String version);