mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
revert
This commit is contained in:
parent
17d0053f37
commit
5c7e4393a7
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ class Deletes extends Action
|
|||
if ($dsn->getHost() !== System::getEnv('_APP_DATABASE_SHARED_TABLES', '') || !\in_array($collection->getId(), $projectCollectionIds)) {
|
||||
var_dump('start ' . $collection->getId());
|
||||
|
||||
\Utopia\Database\Validator\Authorization::skip(fn () => $dbForProject->deleteCollection($collection->getId()));
|
||||
$dbForProject->deleteCollection($collection->getId());
|
||||
|
||||
var_dump('finish ' . $collection->getId());
|
||||
var_dump('');
|
||||
|
|
|
|||
Loading…
Reference in a new issue