mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
zen: tpm routing
This commit is contained in:
parent
53b0084ce2
commit
6278ce51ce
3 changed files with 2674 additions and 1 deletions
|
|
@ -38,5 +38,5 @@ export const ModelTpmRateLimitTable = mysqlTable(
|
|||
interval: bigint("interval", { mode: "number" }).notNull(),
|
||||
count: int("count").notNull(),
|
||||
},
|
||||
(table) => [primaryKey({ columns: [table.id] })],
|
||||
(table) => [primaryKey({ columns: [table.id, table.interval] })],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue