dektrium\rbac\commands\MigrateController::removeMigrationHistory PHP Method

removeMigrationHistory() protected method

protected removeMigrationHistory ( $version )
    protected function removeMigrationHistory($version)
    {
        $this->db->createCommand()->delete($this->migrationTable, ['version' => $version])->execute();
    }