MigrationVersion::jump PHP Method

jump() public method

Jump to a certain migration and mark the preceding migrations as executed.
public jump ( array $version, array $type ) : void
$version array Version of a migration to jump to.
$type array migration type
return void
    public function jump($version, $type)
    {
        $this->setVersion($version, $type);
    }