From 406aba557a88880a22b54bd5bb09a5b8770df531 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 26 Sep 2023 20:39:29 +0300 Subject: [PATCH] usage id update --- src/Appwrite/Migration/Version/V20.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V20.php b/src/Appwrite/Migration/Version/V20.php index 2afe166d52..29b62ce398 100644 --- a/src/Appwrite/Migration/Version/V20.php +++ b/src/Appwrite/Migration/Version/V20.php @@ -116,7 +116,7 @@ class V20 extends Migration 'metric' => $metric, 'period' => 'inf', 'value' => $value, - 'time' => null, + 'time' => '0000-00-00 00:00', 'region' => 'default', ])); } catch (Duplicate $th) {