Contents

init(_:)

Creates a migration manager with the specified stages.

Declaration

convenience init(_ stages: [NSMigrationStage])

Parameters

  • stages:

    The array of migration stages to execute.

Discussion