fix: restore full CI matrix and revert test/endpoint changes to 1.9.x

This commit is contained in:
Prem Palanisamy
2026-04-02 10:09:36 +02:00
parent cb9d3869f0
commit 52981e0164
20 changed files with 35 additions and 128 deletions
@@ -130,9 +130,11 @@ class Create extends CollectionAction
$indexes[] = new Document($index);
}
try {
try {
$dbForDatabases->create();
} catch (DuplicateException) {
if (!$dbForDatabases->exists(null, Database::METADATA)) {
try {
$dbForDatabases->create();
} catch (DuplicateException) {
}
}
$dbForDatabases->createCollection(
id: 'database_' . $database->getSequence() . '_collection_' . $collection->getSequence(),