mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Workers/Migrations.php
This commit is contained in:
committed by
ArnabChatterjee20k
parent
6c38c566d9
commit
a3574032e3
@@ -408,10 +408,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
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user