diff --git a/src/Appwrite/Migration/Version/V17.php b/src/Appwrite/Migration/Version/V17.php index d0f7372a9a..cef4ae0716 100644 --- a/src/Appwrite/Migration/Version/V17.php +++ b/src/Appwrite/Migration/Version/V17.php @@ -66,7 +66,7 @@ class V17 extends Migration } catch (\Throwable $th) { Console::warning("'size' from {$id}: {$th->getMessage()}"); } - + try { /** * Delete 'endTime' attribute (use startTime+duration if needed)