mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
delete unnecessary project collections task
This commit is contained in:
parent
3286279d3c
commit
579a95aecc
1 changed files with 0 additions and 6 deletions
|
|
@ -93,12 +93,6 @@ class DeleteProjectCollections extends Action
|
||||||
} else {
|
} else {
|
||||||
Console::error('Failed to delete ' . $name);
|
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) {
|
} catch (\Throwable $th) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue