We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deleted Discount in Admin pane
I try delete Discount in admin paanel, but get error:
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (snuster.lunar_customer_group_discount, CONSTRAINT lunar_customer_group_discount_discount_id_foreign FOREIGN KEY (discount_id) REFERENCES lunar_discounts (id)) (Connection: mysql, SQL: delete from lunar_discounts where id = 1)
snuster
lunar_customer_group_discount
lunar_customer_group_discount_discount_id_foreign
discount_id
lunar_discounts
id
The text was updated successfully, but these errors were encountered:
Can you confirm this is still an issue in the latest version?
Sorry, something went wrong.
No branches or pull requests
Expected Behaviour:
deleted Discount in Admin pane
Actual Behaviour:
I try delete Discount in admin paanel, but get error:
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (
snuster
.lunar_customer_group_discount
, CONSTRAINTlunar_customer_group_discount_discount_id_foreign
FOREIGN KEY (discount_id
) REFERENCESlunar_discounts
(id
)) (Connection: mysql, SQL: delete fromlunar_discounts
whereid
= 1)Steps To Reproduce:
The text was updated successfully, but these errors were encountered: