mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix: add @@schema("platform") to LlmCostUnit enum
Sentry caught this - enums also need @@schema directive with multiSchema enabled. Without it, Prisma looks for enum in public schema but it's created in platform.
This commit is contained in:
@@ -1343,6 +1343,8 @@ model OAuthRefreshToken {
|
||||
enum LlmCostUnit {
|
||||
RUN
|
||||
TOKENS
|
||||
|
||||
@@schema("platform")
|
||||
}
|
||||
|
||||
model LlmProvider {
|
||||
|
||||
Reference in New Issue
Block a user