diff --git a/src/Appwrite/Migration/Version/V19.php b/src/Appwrite/Migration/Version/V19.php index abce72912c..0df5b8a4d3 100644 --- a/src/Appwrite/Migration/Version/V19.php +++ b/src/Appwrite/Migration/Version/V19.php @@ -718,11 +718,11 @@ class V19 extends Migration 'schedule' => $document->getAttribute('schedule'), 'active' => !empty($document->getAttribute('schedule')) && !empty($document->getAttribute('deployment')), ])); - + $document->setAttribute('scheduleId', $schedule->getId()); $document->setAttribute('scheduleInternalId', $schedule->getInternalId()); } - + break; case 'projects': $document->setAttribute('version', '1.4.0');