mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Line
This commit is contained in:
@@ -475,6 +475,7 @@ class Deletes extends Action
|
||||
{
|
||||
$projectId = $document->getId();
|
||||
$projectInternalId = $document->getInternalId();
|
||||
|
||||
// Delete project tables
|
||||
/** @var Database $dbForProject */
|
||||
$dbForProject = $getProjectDB($document);
|
||||
|
||||
Reference in New Issue
Block a user