try disableValidation

This commit is contained in:
fogelito 2026-01-06 14:49:19 +02:00
parent 59b41c4b52
commit 14347d86a8

View file

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