From d702f3581fb9bdb75bae43269c6f8bc860e6fffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 12 Dec 2022 13:52:22 +0100 Subject: [PATCH] Fix bug --- src/Appwrite/Migration/Version/V17.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Migration/Version/V17.php b/src/Appwrite/Migration/Version/V17.php index 2897826117..d00df0a61e 100644 --- a/src/Appwrite/Migration/Version/V17.php +++ b/src/Appwrite/Migration/Version/V17.php @@ -55,6 +55,7 @@ class V17 extends Migration } catch (\Throwable $th) { Console::warning("'region' from {$id}: {$th->getMessage()}"); } + break; default: break; }