Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Primary Keys to all referenced tables #251

Closed
wants to merge 1 commit into from

Conversation

SantiagoArroyoL
Copy link

Changes Made

  • Reviewed and updated primary keys in all tables referenced by foreign keys, ensuring that all referenced columns have a unique constraint. i.e. added a primary key to the "diaObjectId" column in the DiaObject table.

Not having constraints on the keys raised errors in SQL implementation. This file has been tested and validated on/by Felis

@JeremyMcCormick
Copy link
Collaborator

JeremyMcCormick commented Sep 16, 2024

Unfortunately, we do not accept pull requests from forks on this project, as it is heavily change controlled. I will incorporate similar fixes into a branch addressing the issue soon (DM-43115).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants