diff options
| author | Frank <[email protected]> | 2026-01-06 23:34:10 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-06 23:34:12 -0500 |
| commit | 23fc675ad5130e1770e52878a24879303cc5eaa8 (patch) | |
| tree | 1e93ec4db97c2fd4cd285f39a9881e26391f2f57 /packages/console/core/src/schema/billing.sql.ts | |
| parent | 22b058a33d40f0bdf1052fcc542b75f67f738fc6 (diff) | |
| download | opencode-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.ts | 2 |
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" }>(), }, |
