summaryrefslogtreecommitdiffhomepage
path: root/cloud/core
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-09-12 16:19:09 +0000
committerGitHub Action <[email protected]>2025-09-12 16:19:09 +0000
commit1f4e8b4954a52572c7bf8e287d3d444eb75c963b (patch)
tree0332d1730b2fd78dd9de011475e95f5317a7e151 /cloud/core
parent9a346a00fb3751d8e8b355aeeedf0adc1226e2da (diff)
downloadopencode-1f4e8b4954a52572c7bf8e287d3d444eb75c963b.tar.gz
opencode-1f4e8b4954a52572c7bf8e287d3d444eb75c963b.zip
chore: format code
Diffstat (limited to 'cloud/core')
-rw-r--r--cloud/core/migrations/meta/0007_snapshot.json53
-rw-r--r--cloud/core/migrations/meta/_journal.json2
2 files changed, 13 insertions, 42 deletions
diff --git a/cloud/core/migrations/meta/0007_snapshot.json b/cloud/core/migrations/meta/0007_snapshot.json
index 5665dc6c5..122db42cb 100644
--- a/cloud/core/migrations/meta/0007_snapshot.json
+++ b/cloud/core/migrations/meta/0007_snapshot.json
@@ -48,9 +48,7 @@
"indexes": {
"email": {
"name": "email",
- "columns": [
- "email"
- ],
+ "columns": ["email"],
"isUnique": true
}
},
@@ -140,10 +138,7 @@
"compositePrimaryKeys": {
"billing_workspace_id_id_pk": {
"name": "billing_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -216,10 +211,7 @@
"compositePrimaryKeys": {
"payment_workspace_id_id_pk": {
"name": "payment_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -334,10 +326,7 @@
"compositePrimaryKeys": {
"usage_workspace_id_id_pk": {
"name": "usage_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -422,17 +411,12 @@
"indexes": {
"global_key": {
"name": "global_key",
- "columns": [
- "key"
- ],
+ "columns": ["key"],
"isUnique": true
},
"name": {
"name": "name",
- "columns": [
- "workspace_id",
- "name"
- ],
+ "columns": ["workspace_id", "name"],
"isUnique": true
}
},
@@ -440,10 +424,7 @@
"compositePrimaryKeys": {
"key_workspace_id_id_pk": {
"name": "key_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -521,10 +502,7 @@
"indexes": {
"user_email": {
"name": "user_email",
- "columns": [
- "workspace_id",
- "email"
- ],
+ "columns": ["workspace_id", "email"],
"isUnique": true
}
},
@@ -532,10 +510,7 @@
"compositePrimaryKeys": {
"user_workspace_id_id_pk": {
"name": "user_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -592,9 +567,7 @@
"indexes": {
"slug": {
"name": "slug",
- "columns": [
- "slug"
- ],
+ "columns": ["slug"],
"isUnique": true
}
},
@@ -602,9 +575,7 @@
"compositePrimaryKeys": {
"workspace_id": {
"name": "workspace_id",
- "columns": [
- "id"
- ]
+ "columns": ["id"]
}
},
"uniqueConstraints": {},
@@ -621,4 +592,4 @@
"tables": {},
"indexes": {}
}
-} \ No newline at end of file
+}
diff --git a/cloud/core/migrations/meta/_journal.json b/cloud/core/migrations/meta/_journal.json
index 7a879609b..c0b787313 100644
--- a/cloud/core/migrations/meta/_journal.json
+++ b/cloud/core/migrations/meta/_journal.json
@@ -59,4 +59,4 @@
"breakpoints": true
}
]
-} \ No newline at end of file
+}