mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
try disableValidation
This commit is contained in:
@@ -516,8 +516,13 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user