mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Add messages
This commit is contained in:
parent
abc2795daa
commit
6f34592efe
1 changed files with 2 additions and 0 deletions
|
|
@ -510,8 +510,10 @@ class Deletes extends Action
|
|||
$dbForProject->foreach(Database::METADATA, function (Document $collection) use ($dbForProject, $projectTables, $projectCollectionIds) {
|
||||
try {
|
||||
if ($projectTables || !\in_array($collection->getId(), $projectCollectionIds)) {
|
||||
Console::info('DeleteProject deleteCollection "'.$collection->getId().'"');
|
||||
$dbForProject->deleteCollection($collection->getId());
|
||||
} else {
|
||||
Console::info('DeleteProject deleteByGroup "'.$collection->getId().'"');
|
||||
$this->deleteByGroup(
|
||||
$collection->getId(),
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue