getTable('circles_mountpoint'); if (!$table->hasIndex('mp_sid_hash')) { $table->addUniqueIndex(['single_id', 'mountpoint_hash'], 'mp_sid_hash'); } } catch (SchemaException $e) { $this->logger->warning('Could not find circles_mountpoint', ['exception' => $e]); } return $schema; } }