mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
formatting
This commit is contained in:
parent
0d46d4d6e9
commit
d7653c68ce
1 changed files with 11 additions and 11 deletions
|
|
@ -145,17 +145,17 @@ class V22 extends Migration
|
|||
$this->dbForProject->purgeCachedCollection($id);
|
||||
break;
|
||||
case 'memberships':
|
||||
// $indexes = [
|
||||
// '_key_roles',
|
||||
// ];
|
||||
// foreach ($indexes as $index) {
|
||||
// try {
|
||||
// $this->createIndexFromCollection($this->dbForProject, $id, $index);
|
||||
// } catch (Throwable $th) {
|
||||
// Console::warning("Failed to create index \"$index\" from {$id}: {$th->getMessage()}");
|
||||
// }
|
||||
// }
|
||||
// $this->dbForProject->purgeCachedCollection($id);
|
||||
// $indexes = [
|
||||
// '_key_roles',
|
||||
// ];
|
||||
// foreach ($indexes as $index) {
|
||||
// try {
|
||||
// $this->createIndexFromCollection($this->dbForProject, $id, $index);
|
||||
// } catch (Throwable $th) {
|
||||
// Console::warning("Failed to create index \"$index\" from {$id}: {$th->getMessage()}");
|
||||
// }
|
||||
// }
|
||||
// $this->dbForProject->purgeCachedCollection($id);
|
||||
break;
|
||||
case 'migrations':
|
||||
$attributes = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue