Thanks to visit codestin.com
Credit goes to github.com

Skip to content

add admin check for non unique index names#43432

Closed
szaimen wants to merge 1 commit intomasterfrom
enh/41253/add-admin-check
Closed

add admin check for non unique index names#43432
szaimen wants to merge 1 commit intomasterfrom
enh/41253/add-admin-check

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