Update src/Appwrite/Platform/Workers/Migrations.php

This commit is contained in:
Jake Barnby
2025-08-29 02:48:31 +12:00
committed by ArnabChatterjee20k
parent 6c38c566d9
commit a3574032e3
+4 -4
View File
@@ -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
];
}