fix: 限定捞瓶查询与重试成本

This commit is contained in:
root
2026-09-15 21:13:28 +08:00
parent 0c5cbd75d9
commit c94d7b1af0
7 changed files with 425 additions and 49 deletions
+1
View File
@@ -197,6 +197,7 @@ model RefreshToken {
}
model Bottle {
/// Candidate partial index bottles_pick_candidates_id_idx is database-only and managed in 0009 SQL.
id String @id @default(uuid()) @db.Uuid
authorId String @map("author_id") @db.Uuid
clientRequestId String @default(uuid()) @map("client_request_id") @db.VarChar(128)