1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
This commit is contained in:
shimon 2023-10-26 20:56:32 +03:00
parent 0f43aa6872
commit 7e6378b23b

View file

@ -91,6 +91,7 @@ class DeleteOrphanedProjects extends Action
} catch (\Throwable $th) {
//$dbForConsole->deleteDocument('projects', $project->getId());
//Console::success('Deleting project (' . $project->getId() . ')');
Console::error(' (0) collections where found for project (' . $project->getId() . ')');
$orphans++;
} finally {