summaryrefslogtreecommitdiffhomepage
path: root/packages/console/core/migrations
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-09-19 18:18:56 +0000
committerGitHub Action <[email protected]>2025-09-19 18:18:56 +0000
commitf1cbdf441c572c1c4f404c0a75c3d42bc6c611e6 (patch)
tree14c725ced2bef6927c226dd53b05b90528dfc9f3 /packages/console/core/migrations
parent9420d80b73add9f65d5ae7469e5eb82bdc710894 (diff)
downloadopencode-f1cbdf441c572c1c4f404c0a75c3d42bc6c611e6.tar.gz
opencode-f1cbdf441c572c1c4f404c0a75c3d42bc6c611e6.zip
chore: format code
Diffstat (limited to 'packages/console/core/migrations')
-rw-r--r--packages/console/core/migrations/meta/0014_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/0014_snapshot.json b/packages/console/core/migrations/meta/0014_snapshot.json
index 54fcc4ff0..b526aeead 100644
--- a/packages/console/core/migrations/meta/0014_snapshot.json
+++ b/packages/console/core/migrations/meta/0014_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": {},
@@ -649,9 +622,7 @@
"indexes": {
"slug": {
"name": "slug",
- "columns": [
- "slug"
- ],
+ "columns": ["slug"],
"isUnique": true
}
},
@@ -659,9 +630,7 @@
"compositePrimaryKeys": {
"workspace_id": {
"name": "workspace_id",
- "columns": [
- "id"
- ]
+ "columns": ["id"]
}
},
"uniqueConstraints": {},
@@ -678,4 +647,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 e1eb8da64..347100373 100644
--- a/packages/console/core/migrations/meta/_journal.json
+++ b/packages/console/core/migrations/meta/_journal.json
@@ -108,4 +108,4 @@
"breakpoints": true
}
]
-} \ No newline at end of file
+}