mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
delete unnecessary project collections task
This commit is contained in:
@@ -93,12 +93,6 @@ class DeleteProjectCollections extends Action
|
||||
} else {
|
||||
Console::error('Failed to delete ' . $name);
|
||||
}
|
||||
|
||||
if ($dbForProject->deleteCachedCollection($name)) {
|
||||
Console::log('Deleted (cached) ' . $name);
|
||||
} else {
|
||||
Console::error('Failed to delete (cached) ' . $name);
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (\Throwable $th) {
|
||||
|
||||
Reference in New Issue
Block a user