Small typo

This commit is contained in:
fogelito 2023-06-07 10:45:48 +03:00
parent f729aaec2b
commit 46d5159fd0

View file

@ -145,7 +145,7 @@ class V19 extends Migration
protected function alterPermissionIndex($collectionName): void
{
$collectionName = "`{$this->projectDB->getDefaultDatabase()}`.`'_{$this->project->getInternalId()}_{$collectionName}_perms`";
$collectionName = "`{$this->projectDB->getDefaultDatabase()}`.`_{$this->project->getInternalId()}_{$collectionName}_perms`";
try {
$this->pdo->prepare("ALTER TABLE {$collectionName} DROP INDEX `_permission`")->execute();