mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Task completed: Run poetry run prisma generate
Completed at: 2025-11-07T13:41:00.102Z
🤖 Generated by CCManager with Claude Code
This commit is contained in:
@@ -838,6 +838,9 @@ model StoreListingVersion {
|
||||
// Reviews for this specific version
|
||||
Reviews StoreListingReview[]
|
||||
|
||||
// LibraryAgents that reference this version
|
||||
LibraryAgents LibraryAgent[]
|
||||
|
||||
@@unique([storeListingId, version])
|
||||
@@index([storeListingId, submissionStatus, isAvailable])
|
||||
@@index([submissionStatus])
|
||||
|
||||
Reference in New Issue
Block a user