mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
updated project size
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user