updated project size

This commit is contained in:
ArnabChatterjee20k
2026-03-27 18:39:26 +05:30
parent 2e5d7a53eb
commit 3ff7cadcab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ return [
[
'$id' => ID::custom('database'),
'type' => Database::VAR_STRING,
'size' => 128,
'size' => 2000,
'required' => false,
'signed' => true,
'array' => false,
@@ -3631,7 +3631,7 @@ trait DatabasesBase
]);
$adapter = getenv('_APP_DB_ADAPTER');
if ($adapter === 'mongodb') {
if ($adapter === 'mongodb' || !$this->getSupportForAttributes()) {
$this->assertEquals(400, $response['headers']['status-code']);
} else {
$this->assertEquals(200, $response['headers']['status-code']);