You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code assumes that some rows are unique. We need to enforce it on DB level.
We also need to add indexes to the columns we use in queries. For example, we query ReviewTarget by Provider and InternalID.
The text was updated successfully, but these errors were encountered:
The code assumes that some rows are unique. We need to enforce it on DB level.
We also need to add indexes to the columns we use in queries. For example, we query
ReviewTarget
byProvider
andInternalID
.The text was updated successfully, but these errors were encountered: