-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
shared_catalog_product_item doesn't have unique key constraint #39583
Comments
Hi @davidtabat. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @davidtabat, Thank you for your reporting and collaboration. To speed up the processing of this issue, please provide us with the following information: Summary of the issue Thanks. |
Hi @davidtabat, This issue is being closed since it has not been updated in a long time.Please feel free to reopen or raise a new ticket if the issue still exists. Thanks. |
Please add a unique key constraint to the shared_catalog_product_item table based on sku and customer_group_id:
This constraint will prevent duplicate entries with the same sku and customer_group_id, which would otherwise cause the PLP to become inaccessible due to an collection error: "Item with the same ID already exists."
The text was updated successfully, but these errors were encountered: