Class MigrationOptimizer

Power the optimization process, where you provide a list of Operations and you are returned a list of equal or shorter length - operations are merged into one if possible.

Declaration

class MigrationOptimizer
source link

Documentation

For example, a CreateModel and an AddField can be optimized into a
new CreateModel, and CreateModel and DeleteModel can be optimized into
nothing.

Methods

Reexports