Browse Source

:memo: note of snowflake

visuddhinanda 4 năm trước cách đây
mục cha
commit
fe0bd03bb2
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      config/database.php

+ 9 - 1
config/database.php

@@ -143,7 +143,15 @@ return [
         ],
 
     ],
+
+	/*
+    |--------------------------------------------------------------------------
+    | snowflake id start date don't modify
+    |--------------------------------------------------------------------------
+    |
+    |
+    */
 	'snowflake' => [
-		'start'=>"2021-12-08",
+		'start'=>"2021-12-22",
 	],
 ];