We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c51e3 commit a8d0dbcCopy full SHA for a8d0dbc
1 file changed
src/Migration/Sources/Appwrite.php
@@ -1002,7 +1002,7 @@ private function exportIndexes(int $batchSize): void
1002
$index['key'],
1003
$table,
1004
$index['type'],
1005
- $index['columns'],
+ $index['columns'] ?? $index['attributes'],
1006
[],
1007
$index['orders'],
1008
$index['$createdAt'] = empty($index['$createdAt']) ? UtopiaDateTime::now() : $index['$createdAt'],
0 commit comments