Skip to content

Commit 59a19f0

Browse files
authored
Merge pull request #59 from utopia-php/0.6.x-index-length
Fix index length
2 parents 68d9b0a + 649794d commit 59a19f0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Migration/Destinations/Appwrite.php

-5
Original file line numberDiff line numberDiff line change
@@ -802,13 +802,8 @@ protected function createIndex(Index $resource): bool
802802

803803
$lengths[$i] = null;
804804

805-
if ($attributeType === UtopiaDatabase::VAR_STRING) {
806-
$lengths[$i] = $attributeSize; // set attribute size as index length only for strings
807-
}
808-
809805
if ($attributeArray === true) {
810806
$lengths[$i] = UtopiaDatabase::ARRAY_INDEX_LENGTH;
811-
$orders[$i] = null;
812807
}
813808
}
814809

0 commit comments

Comments
 (0)