summaryrefslogtreecommitdiffhomepage
path: root/packages/console/core/migrations
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-09-21 04:23:40 +0000
committerGitHub Action <[email protected]>2025-09-21 04:23:40 +0000
commitc1940d1d2c3da6d61b3bd978f33f5fab56038735 (patch)
tree9f2f4e9c4202d3c62f51250d571f38c8113fd110 /packages/console/core/migrations
parent869f629c1465e324fd76ef1098bf79efbbe78932 (diff)
downloadopencode-c1940d1d2c3da6d61b3bd978f33f5fab56038735.tar.gz
opencode-c1940d1d2c3da6d61b3bd978f33f5fab56038735.zip
chore: format code
Diffstat (limited to 'packages/console/core/migrations')
-rw-r--r--packages/console/core/migrations/meta/0015_snapshot.json57
-rw-r--r--packages/console/core/migrations/meta/_journal.json2
2 files changed, 14 insertions, 45 deletions
diff --git a/packages/console/core/migrations/meta/0015_snapshot.json b/packages/console/core/migrations/meta/0015_snapshot.json
index 5045bbc19..57d893cd8 100644
--- a/packages/console/core/migrations/meta/0015_snapshot.json
+++ b/packages/console/core/migrations/meta/0015_snapshot.json
@@ -48,9 +48,7 @@
"indexes": {
"email": {
"name": "email",
- "columns": [
- "email"
- ],
+ "columns": ["email"],
"isUnique": true
}
},
@@ -180,9 +178,7 @@
"indexes": {
"global_customer_id": {
"name": "global_customer_id",
- "columns": [
- "customer_id"
- ],
+ "columns": ["customer_id"],
"isUnique": true
}
},
@@ -190,10 +186,7 @@
"compositePrimaryKeys": {
"billing_workspace_id_id_pk": {
"name": "billing_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -266,10 +259,7 @@
"compositePrimaryKeys": {
"payment_workspace_id_id_pk": {
"name": "payment_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -384,10 +374,7 @@
"compositePrimaryKeys": {
"usage_workspace_id_id_pk": {
"name": "usage_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -472,17 +459,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
}
},
@@ -490,10 +472,7 @@
"compositePrimaryKeys": {
"key_workspace_id_id_pk": {
"name": "key_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -571,10 +550,7 @@
"indexes": {
"user_email": {
"name": "user_email",
- "columns": [
- "workspace_id",
- "email"
- ],
+ "columns": ["workspace_id", "email"],
"isUnique": true
}
},
@@ -582,10 +558,7 @@
"compositePrimaryKeys": {
"user_workspace_id_id_pk": {
"name": "user_workspace_id_id_pk",
- "columns": [
- "workspace_id",
- "id"
- ]
+ "columns": ["workspace_id", "id"]
}
},
"uniqueConstraints": {},
@@ -642,9 +615,7 @@
"indexes": {
"slug": {
"name": "slug",
- "columns": [
- "slug"
- ],
+ "columns": ["slug"],
"isUnique": true
}
},
@@ -652,9 +623,7 @@
"compositePrimaryKeys": {
"workspace_id": {
"name": "workspace_id",
- "columns": [
- "id"
- ]
+ "columns": ["id"]
}
},
"uniqueConstraints": {},
@@ -671,4 +640,4 @@
"tables": {},
"indexes": {}
}
-} \ No newline at end of file
+}
diff --git a/packages/console/core/migrations/meta/_journal.json b/packages/console/core/migrations/meta/_journal.json
index 3c5063fdf..659d3c7fc 100644
--- a/packages/console/core/migrations/meta/_journal.json
+++ b/packages/console/core/migrations/meta/_journal.json
@@ -115,4 +115,4 @@
"breakpoints": true
}
]
-} \ No newline at end of file
+}