MigrationManager constructor

MigrationManager(
  1. MigrationArtifactStore _artifactStore
)

Creates a new migration manager.

Implementation

MigrationManager(this._artifactStore);