Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add admin check for non unique index names #43432

Closed
wants to merge 1 commit into from

Conversation

szaimen
Copy link
Contributor

@szaimen szaimen commented Feb 7, 2024

Follow-up to #43357

}

public function getName(): string {
return $this->l10n->t('Database has non unique index names');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return $this->l10n->t('Database has non unique index names');
return $this->l10n->t('Database has non-unique index names');

}
$list .= "\n";
return SetupResult::info(
$this->l10n->t('Some indexes in the database are non unique.').$list
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$this->l10n->t('Some indexes in the database are non unique.').$list
$this->l10n->t('Some indexes in the database are non-unique.').$list

@szaimen
Copy link
Contributor Author

szaimen commented Feb 8, 2024

Not needed anymore due to changes in #43357

@szaimen szaimen closed this Feb 8, 2024
@szaimen szaimen deleted the enh/41253/add-admin-check branch February 8, 2024 13:39
@skjnldsv skjnldsv removed this from the Nextcloud 29 milestone Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants