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

[Fix #3793] Remove business key uniqueness #3794

Closed
wants to merge 1 commit into from

Conversation

fjtirado
Copy link
Contributor

Fix #3793

-- under the License.
--

DROP CONSTRAINT business_key_mapping_pkey;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a compilation error ERROR: syntax error at or near "CONSTRAINT"

Suggested change
DROP CONSTRAINT business_key_mapping_pkey;
ALTER TABLE business_key_mapping DROP CONSTRAINT business_key_mapping_pkey;

Copy link
Contributor

@gmunozfe gmunozfe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the syntax @fjtirado

@fjtirado
Copy link
Contributor Author

Closing since the current script is fine according to business_key purpose.
Will patch for this particular user on midstream

@fjtirado fjtirado closed this Nov 28, 2024
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.

Bussiness_key uniqueness constraint
2 participants