mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Small typo
This commit is contained in:
parent
f729aaec2b
commit
46d5159fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue