Jelajahi Sumber

chore: format code

GitHub Action 5 bulan lalu
induk
melakukan
3c502861a7

+ 12 - 41
cloud/core/migrations/meta/0004_snapshot.json

@@ -48,9 +48,7 @@
       "indexes": {
       "indexes": {
         "email": {
         "email": {
           "name": "email",
           "name": "email",
-          "columns": [
-            "email"
-          ],
+          "columns": ["email"],
           "isUnique": true
           "isUnique": true
         }
         }
       },
       },
@@ -140,10 +138,7 @@
       "compositePrimaryKeys": {
       "compositePrimaryKeys": {
         "billing_workspace_id_id_pk": {
         "billing_workspace_id_id_pk": {
           "name": "billing_workspace_id_id_pk",
           "name": "billing_workspace_id_id_pk",
-          "columns": [
-            "workspace_id",
-            "id"
-          ]
+          "columns": ["workspace_id", "id"]
         }
         }
       },
       },
       "uniqueConstraints": {},
       "uniqueConstraints": {},
@@ -216,10 +211,7 @@
       "compositePrimaryKeys": {
       "compositePrimaryKeys": {
         "payment_workspace_id_id_pk": {
         "payment_workspace_id_id_pk": {
           "name": "payment_workspace_id_id_pk",
           "name": "payment_workspace_id_id_pk",
-          "columns": [
-            "workspace_id",
-            "id"
-          ]
+          "columns": ["workspace_id", "id"]
         }
         }
       },
       },
       "uniqueConstraints": {},
       "uniqueConstraints": {},
@@ -327,10 +319,7 @@
       "compositePrimaryKeys": {
       "compositePrimaryKeys": {
         "usage_workspace_id_id_pk": {
         "usage_workspace_id_id_pk": {
           "name": "usage_workspace_id_id_pk",
           "name": "usage_workspace_id_id_pk",
-          "columns": [
-            "workspace_id",
-            "id"
-          ]
+          "columns": ["workspace_id", "id"]
         }
         }
       },
       },
       "uniqueConstraints": {},
       "uniqueConstraints": {},
@@ -415,17 +404,12 @@
       "indexes": {
       "indexes": {
         "global_key": {
         "global_key": {
           "name": "global_key",
           "name": "global_key",
-          "columns": [
-            "key"
-          ],
+          "columns": ["key"],
           "isUnique": true
           "isUnique": true
         },
         },
         "name": {
         "name": {
           "name": "name",
           "name": "name",
-          "columns": [
-            "workspace_id",
-            "name"
-          ],
+          "columns": ["workspace_id", "name"],
           "isUnique": true
           "isUnique": true
         }
         }
       },
       },
@@ -433,10 +417,7 @@
       "compositePrimaryKeys": {
       "compositePrimaryKeys": {
         "key_workspace_id_id_pk": {
         "key_workspace_id_id_pk": {
           "name": "key_workspace_id_id_pk",
           "name": "key_workspace_id_id_pk",
-          "columns": [
-            "workspace_id",
-            "id"
-          ]
+          "columns": ["workspace_id", "id"]
         }
         }
       },
       },
       "uniqueConstraints": {},
       "uniqueConstraints": {},
@@ -514,10 +495,7 @@
       "indexes": {
       "indexes": {
         "user_email": {
         "user_email": {
           "name": "user_email",
           "name": "user_email",
-          "columns": [
-            "workspace_id",
-            "email"
-          ],
+          "columns": ["workspace_id", "email"],
           "isUnique": true
           "isUnique": true
         }
         }
       },
       },
@@ -525,10 +503,7 @@
       "compositePrimaryKeys": {
       "compositePrimaryKeys": {
         "user_workspace_id_id_pk": {
         "user_workspace_id_id_pk": {
           "name": "user_workspace_id_id_pk",
           "name": "user_workspace_id_id_pk",
-          "columns": [
-            "workspace_id",
-            "id"
-          ]
+          "columns": ["workspace_id", "id"]
         }
         }
       },
       },
       "uniqueConstraints": {},
       "uniqueConstraints": {},
@@ -585,9 +560,7 @@
       "indexes": {
       "indexes": {
         "slug": {
         "slug": {
           "name": "slug",
           "name": "slug",
-          "columns": [
-            "slug"
-          ],
+          "columns": ["slug"],
           "isUnique": true
           "isUnique": true
         }
         }
       },
       },
@@ -595,9 +568,7 @@
       "compositePrimaryKeys": {
       "compositePrimaryKeys": {
         "workspace_id": {
         "workspace_id": {
           "name": "workspace_id",
           "name": "workspace_id",
-          "columns": [
-            "id"
-          ]
+          "columns": ["id"]
         }
         }
       },
       },
       "uniqueConstraints": {},
       "uniqueConstraints": {},
@@ -614,4 +585,4 @@
     "tables": {},
     "tables": {},
     "indexes": {}
     "indexes": {}
   }
   }
-}
+}

+ 1 - 1
cloud/core/migrations/meta/_journal.json

@@ -38,4 +38,4 @@
       "breakpoints": true
       "breakpoints": true
     }
     }
   ]
   ]
-}
+}