MigrationStrategy

enum MigrationStrategy : String, ExpressibleByArgument

Indicates which types of changes should be migrated.

  • all

    migrates all changes as stated in migration guide - default

    Declaration

    Swift

    case all
  • migrates no change. This is used for the first integration of the client library.

    Declaration

    Swift

    case none