fix(convex): order spoonCommits by committedAt via index so bounding keeps newest
This commit is contained in:
@@ -186,6 +186,7 @@ const applicationTables = {
|
||||
updatedAt: v.number(),
|
||||
})
|
||||
.index('by_spoon_side', ['spoonId', 'side'])
|
||||
.index('by_spoon_side_committed', ['spoonId', 'side', 'committedAt'])
|
||||
.index('by_owner', ['ownerId'])
|
||||
.index('by_sha', ['spoonId', 'sha'])
|
||||
.index('by_committed', ['spoonId', 'committedAt']),
|
||||
|
||||
Reference in New Issue
Block a user