/** * Get all migrated version numbers. * * @return array */ public function getVersions() { return $this->adapter->getVersions(); }