summaryrefslogtreecommitdiffhomepage
path: root/packages/console/core/src/schema/billing.sql.ts
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-01-06 23:34:10 -0500
committerFrank <[email protected]>2026-01-06 23:34:12 -0500
commit23fc675ad5130e1770e52878a24879303cc5eaa8 (patch)
tree1e93ec4db97c2fd4cd285f39a9881e26391f2f57 /packages/console/core/src/schema/billing.sql.ts
parent22b058a33d40f0bdf1052fcc542b75f67f738fc6 (diff)
downloadopencode-23fc675ad5130e1770e52878a24879303cc5eaa8.tar.gz
opencode-23fc675ad5130e1770e52878a24879303cc5eaa8.zip
wip: black
Diffstat (limited to 'packages/console/core/src/schema/billing.sql.ts')
-rw-r--r--packages/console/core/src/schema/billing.sql.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/core/src/schema/billing.sql.ts b/packages/console/core/src/schema/billing.sql.ts
index 52de18f64..8210bc152 100644
--- a/packages/console/core/src/schema/billing.sql.ts
+++ b/packages/console/core/src/schema/billing.sql.ts
@@ -55,7 +55,7 @@ export const UsageTable = mysqlTable(
cacheWrite1hTokens: int("cache_write_1h_tokens"),
cost: bigint("cost", { mode: "number" }).notNull(),
keyID: ulid("key_id"),
- enrichment: json("data").$type<{
+ enrichment: json("enrichment").$type<{
plan: "sub"
}>(),
},