This commit is contained in:
fogelito 2026-01-06 14:57:54 +02:00
parent 14347d86a8
commit ac9214f3c4

View file

@ -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,