diff options
| author | Frank <[email protected]> | 2025-09-12 12:18:32 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-12 12:18:32 -0400 |
| commit | 9a346a00fb3751d8e8b355aeeedf0adc1226e2da (patch) | |
| tree | 43bf0152a6ae38ee3a2c142e22a63aedce6f8a5a /cloud/core/src | |
| parent | 0a13820927a40a43f59fa8275b5faa03acf9113f (diff) | |
| download | opencode-9a346a00fb3751d8e8b355aeeedf0adc1226e2da.tar.gz opencode-9a346a00fb3751d8e8b355aeeedf0adc1226e2da.zip | |
wip: zen
Diffstat (limited to 'cloud/core/src')
| -rw-r--r-- | cloud/core/src/schema/billing.sql.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloud/core/src/schema/billing.sql.ts b/cloud/core/src/schema/billing.sql.ts index d94415ce9..7d73b922c 100644 --- a/cloud/core/src/schema/billing.sql.ts +++ b/cloud/core/src/schema/billing.sql.ts @@ -39,7 +39,6 @@ export const UsageTable = mysqlTable( outputTokens: int("output_tokens").notNull(), reasoningTokens: int("reasoning_tokens"), cacheReadTokens: int("cache_read_tokens"), - cacheWriteTokens: int("cache_write_tokens"), cacheWrite5mTokens: int("cache_write_5m_tokens"), cacheWrite1hTokens: int("cache_write_1h_tokens"), cost: bigint("cost", { mode: "number" }).notNull(), |
