From 44b225183ee477dac989b019118474a5bb4f5973 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 26 Sep 2023 20:57:13 +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 29b62ce398..2afe166d52 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' => '0000-00-00 00:00', + 'time' => null, 'region' => 'default', ])); } catch (Duplicate $th) {