usage id update

This commit is contained in:
shimon
2023-09-26 20:39:29 +03:00
parent cfaff942bd
commit 406aba557a
+1 -1
View File
@@ -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) {