mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
fix: index lengths.
This commit is contained in:
parent
b1f7f08b9a
commit
ffec769f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class Create extends Action
|
|||
throw new Exception($this->getParentNotAvailableException(), "$contextType not available: " . $oldAttributes[$attributeIndex]['key']);
|
||||
}
|
||||
|
||||
$lengths[$i] = null;
|
||||
$lengths[$i] ??= null;
|
||||
|
||||
if ($attributeArray === true) {
|
||||
$lengths[$i] = Database::ARRAY_INDEX_LENGTH;
|
||||
|
|
|
|||
Loading…
Reference in a new issue