Gets all migrations that have been applied to the target database.
public override IEnumerable<string> GetDatabaseMigrations()
The list of migrations.
DbMigrator ClassSystem.Data.Entity.Migrations Namespace