diff --git a/src/Appwrite/Migration/Version/V14.php b/src/Appwrite/Migration/Version/V14.php index cdef53d65b..4cdac772ac 100644 --- a/src/Appwrite/Migration/Version/V14.php +++ b/src/Appwrite/Migration/Version/V14.php @@ -600,7 +600,6 @@ class V14 extends Migration */ if (empty($document->getCreatedAt())) { $document->setAttribute('$createdAt', $document->getAttribute('dateCreated')); - } /** * Migrate dateUpdated to $updatedAt.