mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update src/Appwrite/Platform/Workers/Migrations.php
This commit is contained in:
parent
bef0aff7c9
commit
f43cbaf1a8
1 changed files with 4 additions and 4 deletions
|
|
@ -344,10 +344,10 @@ class Migrations extends Action
|
|||
break;
|
||||
}
|
||||
$aggregatedResources[] = [
|
||||
"name" => $resource->getName(),
|
||||
"count" => $count,
|
||||
"databaseId" => $databaseId,
|
||||
"tableId" => $tableId
|
||||
'name' => $resource->getName(),
|
||||
'count' => $count,
|
||||
'databaseId' => $databaseId,
|
||||
'tableId' => $tableId
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue