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:
Bentlybro
2025-11-07 13:41:02 +00:00
parent dc0cacb2e6
commit 5b20dd0f50

View File

@@ -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])