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
It would be worth exploring whether we should make document_id or client_id a primary key by default when available. This will prevent errors when creating joins on other tables that we saw in the above PR.
The text was updated successfully, but these errors were encountered:
As a follow-up to #506
It would be worth exploring whether we should make
document_id
orclient_id
a primary key by default when available. This will prevent errors when creating joins on other tables that we saw in the above PR.The text was updated successfully, but these errors were encountered: