getTable('circles_circle'); if (!$table->hasIndex('dname')) { $table->addIndex(['display_name'], 'dname'); } } catch (SchemaException $e) { $this->logger->warning('Could not find circles_circle', ['exception' => $e]); } return $schema; } }