Skip to content

Commit edc9021

Browse files
updated
1 parent 325ea93 commit edc9021

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Migration/Sources/Appwrite.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,10 +1155,11 @@ private function exportRecords(string $entityName, string $fieldName, int $batch
11551155

11561156
unset($row['$id']);
11571157
unset($row['$permissions']);
1158-
unset($row['$tableId']);
11591158
unset($row['$databaseId']);
11601159
unset($row['$sequence']);
11611160
unset($row['$collection']);
1161+
unset($row['$tableId']);
1162+
unset($row['$table']);
11621163

11631164
$row = self::getRecord($table->getDatabase()->getType(), [
11641165
'id' => $id,

0 commit comments

Comments
 (0)