From 67af8eea41fae04e57eadfeae72c1491f32b6a15 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 26 Sep 2023 12:11:58 +0300 Subject: [PATCH] sessions --- src/Appwrite/Migration/Version/V20.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V20.php b/src/Appwrite/Migration/Version/V20.php index 8488f347a8..ac63af5b82 100644 --- a/src/Appwrite/Migration/Version/V20.php +++ b/src/Appwrite/Migration/Version/V20.php @@ -175,7 +175,8 @@ class V20 extends Migration $latestDocument = !empty(array_key_last($stats)) ? $stats[array_key_last($stats)] : null; } } catch (Throwable $th) { - Console::warning("Error while updating metric {$from} " . $th->getMessage()); + //Console::warning("Error while updating metric {$from} " . $th->getMessage()); + var_dump($th); } } /**