database: upsertRepoPendingPermissionsBatchQuery => single-row upsertRepoPendingPermissionsQuery
Created by: bobheadxi
This is currently only used to update a single entry anyways - merge this into the existing rename to upsertRepoPendingPermissionsQuery and only allow a single argument.upsertRepoPermissionsQuery
, which now accepts an updateSyncedAt bool
.
(I realized that the two are very different queries)
Part https://github.com/sourcegraph/sourcegraph/issues/24851 - trying to find queries at risk of hitting parameter limits.