mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
revert
This commit is contained in:
parent
14347d86a8
commit
ac9214f3c4
1 changed files with 0 additions and 5 deletions
|
|
@ -516,13 +516,8 @@ class Deletes extends Action
|
|||
$dsn = new DSN('mysql://' . $document->getAttribute('database', 'console'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @var $dbForProject Database
|
||||
*/
|
||||
$dbForProject = $getProjectDB($document);
|
||||
|
||||
$dbForProject->disableValidation();
|
||||
|
||||
$projectCollectionIds = [
|
||||
...\array_keys(Config::getParam('collections', [])['projects']),
|
||||
SQL::COLLECTION,
|
||||
|
|
|
|||
Loading…
Reference in a new issue