diff --git a/src/Appwrite/Platform/Workers/Deletes.php b/src/Appwrite/Platform/Workers/Deletes.php index 852f56c13f..bcbb8aa2a0 100644 --- a/src/Appwrite/Platform/Workers/Deletes.php +++ b/src/Appwrite/Platform/Workers/Deletes.php @@ -475,6 +475,7 @@ class Deletes extends Action { $projectId = $document->getId(); $projectInternalId = $document->getInternalId(); + // Delete project tables /** @var Database $dbForProject */ $dbForProject = $getProjectDB($document);