mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
use Authorization skip
This commit is contained in:
parent
1cf26b1f46
commit
17d0053f37
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());
|
||||
|
||||
$dbForProject->deleteCollection($collection->getId());
|
||||
\Utopia\Database\Validator\Authorization::skip(fn () => $dbForProject->deleteCollection($collection->getId()));
|
||||
|
||||
var_dump('finish ' . $collection->getId());
|
||||
var_dump('');
|
||||
|
|
|
|||
Loading…
Reference in a new issue