Skip to content

Commit ea1c585

Browse files
authored
Merge pull request #79 from utopia-php/remove-internal-ids
Remove $sequence N $collection
2 parents 0b0e94c + 9fc0aa7 commit ea1c585

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Migration/Sources/Appwrite.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,8 @@ private function exportDocuments(int $batchSize): void
10191019
unset($document['$permissions']);
10201020
unset($document['$collectionId']);
10211021
unset($document['$databaseId']);
1022+
unset($document['$sequence']);
1023+
unset($document['$collection']);
10221024

10231025
$document = new Document(
10241026
$id,

0 commit comments

Comments
 (0)